mirror of
https://github.com/rjNemo/design-patterns
synced 2026-06-08 11:36:47 +00:00
11 lines
387 B
Markdown
11 lines
387 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)
|
|
- [Flyweight](flyweight/README.md)
|
|
- [Proxy](proxy/README.md)
|