design-patterns/structural/README.md
Ruidy 11b03fee22
Bridge (#8)
* bridge example

* edit gitignore
2020-09-17 17:45:18 +02:00

6 lines
226 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)