update READMEs

This commit is contained in:
Jakub Vojvoda
2016-09-16 12:38:06 +02:00
parent c7712573a0
commit 67bc22c4ff
4 changed files with 33 additions and 3 deletions

View File

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