design-patterns/structural/README.md
Ruidy 5842cba685
Decorator Pattern (#10)
* update gitignore

* add decorator code example

Co-authored-by: Ruidy <r.nemausat@empfohlen.de>
2020-09-25 15:40:51 +02:00

295 B

Structural Patterns

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