Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 325 Bytes

design-patterns.md

File metadata and controls

21 lines (17 loc) · 325 Bytes

DESIGN PATTERNS/PRINCIPLES

DESIGN PRINCIPLES

SOLID

  • Single Responsibility
  • Open/Closed Principle
  • Liscov's Substitutuon Principle
  • Interface Seggregation
  • Denpendency Inversion

DESIGN PATTERNS

  • Singleton
  • Factory
  • Dependency Injection
  • Inversion of Control
  • Builder
  • Facade
  • Proxy
  • Repository