design-patterns/structural
Ruidy 912226c9a9
Chain of Responsibility (#15)
* chore: create behavioral design patterns package

* doc: add chain of responsibility documentation

* doc: add behavioral package table of content

* doc: edit general doc

* add code example

Co-authored-by: Ruidy <r.nemausat@empfohlen.de>
2020-09-30 14:12:08 +02:00
..
adapter doc: create and document packages 2020-09-29 22:05:56 +02:00
bridge doc: create and document packages 2020-09-29 22:05:56 +02:00
composite doc: create and document packages 2020-09-29 22:05:56 +02:00
decorator doc: create and document packages 2020-09-29 22:05:56 +02:00
facade doc: create and document packages 2020-09-29 22:05:56 +02:00
flyweight doc: create and document packages 2020-09-29 22:05:56 +02:00
proxy doc: create and document packages 2020-09-29 22:05:56 +02:00
__init__.py doc: create and document packages 2020-09-29 22:05:56 +02:00
README.md Chain of Responsibility (#15) 2020-09-30 14:12:08 +02:00

Structural Patterns

Structural patterns explain how to assemble objects and classes into larger structures while keeping these structures flexible and efficient.

Patterns