In computer science, Design Patterns is a book by Gamma, Helm, Johnson and Vlissides, better known as the Gang of Four or simply GoF.
The first half of the book covers the definition of software design patterns then the second half shows the list of a host of practical reusable design patterns. Below is the list:
Creational Patterns
Structural Patterns
Behavioral Patterns
- Chain of Responsibility
- Command
- Interpreter
- Iterator
- Mediator
- Memento
- Observer
- State
- Strategy
- Template Method
- Visitor
For information about design patterns in general, see the design pattern article with more extensive list of design patterns.