Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 422 Bytes

readme.md

File metadata and controls

19 lines (14 loc) · 422 Bytes

Clean Design

It's an approach to code development that enables you to create code that is easy to understand and reuse.

Content

  • Single Responsibility Principle
  • Open-Closed Principle
  • Tell, Don’t Ask Principle
  • Objects vs. Data Structures
  • Liskov Substitution Principle
  • Interface Segregation Principle
  • Dependency Inversion Principle
  • Law of Demeter
  • Code Organization
  • Boundaries
  • Clean Architecture