design-patterns/structural/README.md
Ruidy 664b39c32e
Flyweight Pattern (#12)
* edit documentation

* add code example

Co-authored-by: Ruidy <r.nemausat@empfohlen.de>
2020-09-27 21:25:55 +02:00

360 B

Structural Patterns

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