update README

This commit is contained in:
Jakub Vojvoda
2016-09-09 20:01:49 +02:00
committed by GitHub
parent 68c38df064
commit b964e0bed1

View File

@@ -15,10 +15,10 @@ objects).
- [Prototype], class of object that is instantiated
- [Singleton], the sole instance of a class
- Structural Patterns
- [Adapter], todo
- [Bridge], todo
- [Composite], todo
- [Decorator], todo
- [Adapter], interface to an object
- [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