mirror of
https://github.com/JakubVojvoda/design-patterns-cpp.git
synced 2025-12-17 04:44:36 +03:00
update README
This commit is contained in:
@@ -29,8 +29,8 @@ objects).
|
|||||||
- [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], what private information is stored outside an object, and when
|
- [Memento], what private information is stored outside an object, and when
|
||||||
- [Observer], todo
|
- [Observer], how the dependent objects stay up to date
|
||||||
- [State], todo
|
- [State], states of an object
|
||||||
- [Strategy], an algorithm
|
- [Strategy], an algorithm
|
||||||
- [Template Method], steps of an algorithm
|
- [Template Method], steps of an algorithm
|
||||||
- [Visitor], operations that can be applied to objects without changing their classes
|
- [Visitor], operations that can be applied to objects without changing their classes
|
||||||
|
|||||||
Reference in New Issue
Block a user