Added alias names for GOF patterns #267

This commit is contained in:
Ilkka Seppala
2015-11-04 21:13:32 +02:00
parent fe63c9cec4
commit c02e65fa3a
12 changed files with 24 additions and 0 deletions

View File

@ -9,6 +9,8 @@ tags:
- Gang Of Four
---
**Also known as:** Wrapper
**Intent:** Attach additional responsibilities to an object dynamically.
Decorators provide a flexible alternative to subclassing for extending
functionality.