mirror of
https://github.com/rjNemo/design-patterns
synced 2026-06-06 02:26:40 +00:00
doc: add behavioral package table of content
This commit is contained in:
parent
e58e9f392b
commit
487d43d51f
1 changed files with 7 additions and 0 deletions
7
behavioral/README.md
Normal file
7
behavioral/README.md
Normal 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)
|
||||||
Loading…
Reference in a new issue