design-patterns/structural/README.md
Ruidy 834f1ded23
add facade code example (#11)
Co-authored-by: Ruidy <r.nemausat@empfohlen.de>
2020-09-27 14:31:15 +02:00

9 lines
325 B
Markdown

# Structural Patterns
Structural patterns explain how to assemble objects and classes into larger structures while keeping these structures flexible and efficient.
- [Adapter](adapter/README.md)
- [Bridge](bridge/README.md)
- [Composite](composite/README.md)
- [Decorator](decorator/README.md)
- [Facade](facade/README.md)