mirror of
https://github.com/JakubVojvoda/design-patterns-cpp.git
synced 2025-12-17 04:44:36 +03:00
update READMEs
This commit is contained in:
@@ -19,9 +19,9 @@ objects).
|
||||
- [Bridge], implementation of an object
|
||||
- [Composite], structure and composition of an object
|
||||
- [Decorator], responsibilities of an object without subclassing
|
||||
- [Façade], todo
|
||||
- [Flyweight], todo
|
||||
- [Proxy], todo
|
||||
- [Façade], interface to a subsystem
|
||||
- [Flyweight], storage costs of objects
|
||||
- [Proxy], how an object is accessed (its location)
|
||||
- Behavioral Patterns
|
||||
- [Chain of Responsibility], todo
|
||||
- [Command], todo
|
||||
|
||||
Reference in New Issue
Block a user