Design Patterns Understood
Pattern | Understood |
---|---|
Adapter / Wrapper | |
Bridge | |
Composite | |
Data Mapper | |
Decorator | |
Dependency Injection | Yes |
Facade | |
Fluent Interface | |
Flyweight | |
Proxy | |
Registry |
Pattern | Understood |
---|---|
AbstractFactory | -- |
Builder | Yes |
FactoryMethod | Yes |
Multiton | Yes |
Pool | -- |
Prototype | -- |
SimpleFactory | Yes |
Singleton | Yes |
StaticFactory | -- |