Sunday 18 January 2009

SOLID: Best-Practice OOD Principles

S.O.L.I.D. is a collection of best-practice object-oriented design principles that you can apply to your design to accomplish various desirable goals such as:
  • Loose/Low Coupling
  • Higher Maintainability
  • Higher Cohesion
5 Principles:

Next

  • See code examples of each principle
  • Learn what problem each principle resolves
  • Learn how each principle is implemented
  • Apply these principles in your day to day OOD where applicable
  • Share the knowledge
More info:

No comments: