Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 324 Bytes

File metadata and controls

11 lines (8 loc) · 324 Bytes
applyTo **

Best Practices Instructions

Always apply these principles:

  • SOLID: Single responsibility, Open/closed, Liskov substitution, Interface segregation, Dependency inversion.
  • DRY: Don't Repeat Yourself; avoid duplication.
  • KISS: Keep It Simple, Stupid; prefer straightforward solutions.