Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 686 Bytes

File metadata and controls

9 lines (7 loc) · 686 Bytes

LLD-Low-Level-Design

SOLID Principles:

  • SRP : Keep classes focused on one responsibility
  • OCP : Support future requirements without modifying existing code
  • LSP : Prevent brittle hierarchies that break at runtime
  • ISP : Keep interfaces clean and focused
  • DIP : Keep code flexible and testable through abstraction