mirror of
https://github.com/rjNemo/design-patterns
synced 2026-06-09 03:56:42 +00:00
8 lines
290 B
Markdown
8 lines
290 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)
|
|
- [Facade](facade/README.md)
|