From dcf82b01c624624a83beda01037d914094fd406c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Wed, 13 Aug 2014 21:47:14 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 82506c9b4..548db0f3c 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,6 @@ ##Composite **Intent:** Compose objects into tree structures to represent part-whole hierarchies. Composite lets clients treat individual objects and compositions of objects uniformly. + +##Decorator +**Intent:** Attach additional responsibilities to an object dynamically. Decorators provide a flexible alternative to subclassing for extending functionality. -- GitLab