mirror of
https://github.com/rjNemo/design-patterns
synced 2026-06-06 02:26:40 +00:00
* update gitignore * add decorator code example Co-authored-by: Ruidy <r.nemausat@empfohlen.de>
8 lines
No EOL
295 B
Markdown
8 lines
No EOL
295 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) |