News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
SOLID OO Principles
June 06, 2011 @ 12:06:35

On the Zend Developer Zone there's a recent post from Keith Casey about some of the basics of good OOP design, specifically in following the SOLID principles - a set of five guidelines that make code easier to manage and maintain over time.

As much as we're like to believe that "loose coupling, high cohesion" is enough, when you actually dive into the concept, you find that it's more descriptive than prescriptive. If you want to know how to actually apply these to your day to day development, you have to get into the SOLID principles which describes the five tangible aspects that "good" OO design should contain.

He goes through each of the five principles in the list, describing what they are and, for some, including a bit of sample code to make the point clearer:

  • Single Responsibility Principle (SRP)
  • Open/Closed Principle (OCP)
  • Liskov Substitution Principle (LSP)
  • Interface Segregation Principle (ISP)
  • Dependency Inversion Principle (DIP)
0 comments voice your opinion now!
oop principles solid example


blog comments powered by Disqus

Similar Posts

Bit-Tech.net Formus: PHP "raycaster" 3D renderer

Chris Roane's Blog: The Last Few Years: What a PHP Programmer Has Learned

Etienne Kneuss' Blog: Late Static Bindings Explained

PHPFreaks.com: PHP Security

PHPBuilder.com: Three Advanced Object-Oriented PHP Features You Need to Know


Community Events











Don't see your event here?
Let us know!


introduction functional conference development example unittest testing composer podcast zendframework2 tool community release opinion interview language series framework code api

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework