mirror of
https://github.com/JakubVojvoda/design-patterns-cpp.git
synced 2025-12-17 04:44:36 +03:00
add Command pattern
This commit is contained in:
@@ -23,8 +23,8 @@ objects).
|
||||
- [Flyweight], storage costs of objects
|
||||
- [Proxy], how an object is accessed (its location)
|
||||
- Behavioral Patterns
|
||||
- [Chain of Responsibility], todo
|
||||
- [Command], todo
|
||||
- [Chain of Responsibility], object that can fulfill a request
|
||||
- [Command], when and how a request is fulfilled
|
||||
- [Interpreter], todo
|
||||
- [Iterator], todo
|
||||
- [Mediator], todo
|
||||
|
||||
Reference in New Issue
Block a user