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

* edit gitignore
2020-09-17 17:45:18 +02:00
..
adapter Bridge (#8) 2020-09-17 17:45:18 +02:00
bridge Bridge (#8) 2020-09-17 17:45:18 +02:00
README.md Bridge (#8) 2020-09-17 17:45:18 +02:00

Structural Patterns

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