update README

This commit is contained in:
Jakub Vojvoda
2016-09-29 16:04:42 +02:00
parent 1b97de7a27
commit eb7226cbf3

View File

@@ -28,7 +28,7 @@ objects).
- [Interpreter], grammar and interpretation of a language - [Interpreter], grammar and interpretation of a language
- [Iterator], how an aggregate's elements are accessed - [Iterator], how an aggregate's elements are accessed
- [Mediator], how and which objects interact with each other - [Mediator], how and which objects interact with each other
- [Memento], todo - [Memento], what private information is stored outside an object, and when
- [Observer], todo - [Observer], todo
- [State], todo - [State], todo
- [Strategy], an algorithm - [Strategy], an algorithm