Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 942 Bytes

design-patterns.md

File metadata and controls

31 lines (28 loc) · 942 Bytes

Design Patterns

Most Popular Design Patterns

  1. Observer Pattern (Passive Observer Pattern)
  2. Decorator Pattern
  3. Factory Pattern
  4. Singleton Pattern
  5. Command Pattern
  6. Adapter and Facade Pattern
  7. Template Pattern
  8. Iterator and Composite Patterns
  9. State Pattern
  10. Proxy Pattern
  11. Compound Pattern
  12. Bridge Pattern
  13. Flyweight Pattern
  14. Strategy Pattern:

Questions