design-patterns/structural
2020-09-25 15:31:19 +02:00
..
adapter Bridge (#8) 2020-09-17 17:45:18 +02:00
bridge Composite Example (#9) 2020-09-20 14:42:00 +02:00
composite Composite Example (#9) 2020-09-20 14:42:00 +02:00
decorator add decorator code example 2020-09-25 15:31:19 +02:00
__init__.py add decorator code example 2020-09-25 15:31:19 +02:00
README.md update gitignore 2020-09-25 14:46:44 +02:00

Structural Patterns

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