doc: add behavioral package table of content

This commit is contained in:
Ruidy 2020-09-30 13:39:58 +02:00
parent e58e9f392b
commit 487d43d51f

7
behavioral/README.md Normal file
View file

@ -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)