From 487d43d51fea0ad20fb5fba7dab91b0c18712492 Mon Sep 17 00:00:00 2001 From: Ruidy Date: Wed, 30 Sep 2020 13:39:58 +0200 Subject: [PATCH] doc: add behavioral package table of content --- behavioral/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 behavioral/README.md diff --git a/behavioral/README.md b/behavioral/README.md new file mode 100644 index 0000000..c320506 --- /dev/null +++ b/behavioral/README.md @@ -0,0 +1,7 @@ +# Behavioral Patterns + +Behavioral design patterns are concerned with algorithms and the assignment of responsibilities between objects. + +## Patterns + +- [Chain of Responsibility](chain_responsibility/README.md) \ No newline at end of file