Update README.md

This commit is contained in:
Ilkka Seppälä 2014-08-16 19:43:42 +03:00
parent 881b77ba4e
commit 5cd611bf19

View File

@ -34,3 +34,5 @@
##Facade
**Intent:** Provide a unified interface to a set of interfaces in a subsystem. Facade defines a higher-level interface that makes the subsystem easier to use.
##Flyweight
**Intent:** Use sharing to support large numbers of fine-grained objects efficiently.