Update README.md

This commit is contained in:
Ilkka Seppälä 2014-08-21 20:09:30 +03:00
parent 82f5f88964
commit 128aff2802

View File

@ -51,3 +51,6 @@
##Iterator ##Iterator
**Intent:** Provide a way to access the elements of an aggregate object sequentially without exposing its underlying representation. **Intent:** Provide a way to access the elements of an aggregate object sequentially without exposing its underlying representation.
##Mediator
**Intent:** Define an object that encapsulates how a set of objects interact. Mediator promotes loose coupling by keeping objects from referring to each other explicitly, and it lets you vary their interaction independently.