Content deleted Content added
m moved from Design Pattern |
No edit summary |
||
Line 1:
A book, "Design Patterns: elements of reusable object-oriented software " by Gamma, Helm, Johnson and Vlissides , also known as the Gang of Four, or GoF. The first widely used source of software [[design pattern]]s.
GoF describes patterns in a number of categories:
'''Creational Patterns'''
* [[Abstract factory pattern|Abstract Factory]]
Line 10 ⟶ 11:
* [[Singleton pattern|Singleton]]
'''Structural Patterns'''
* [[Adapter pattern|Adapter]]
* [[Bridge pattern|Bridge]]
Line 19 ⟶ 20:
* [[Proxy pattern|Proxy]]
'''Behavioral Patterns'''
* [[Chain of responsibility pattern|Chain of Responsibility]]
* [[Command pattern|Command]]
|