These are development patterns.
Classificaitons
Creational Patterns
These are pattern revolved around code creation
Structural Patterns
These are patterns revolved around code structure
- Adapter Method
- Bridge Method
- Composite Method
- Decorator Method
- Facade Method
- Flyweight Method
- Proxy Method
Behavioral Patterns
These are patterns revolved around the behavior of code