add Command pattern

This commit is contained in:
Jakub Vojvoda
2016-09-18 19:44:57 +02:00
parent ccb84d7818
commit f17d7e90e7
3 changed files with 114 additions and 2 deletions

View File

@@ -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