News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
The Dependency Inversion Principle
May 10, 2012 @ 08:52:19

Continuing on in their series looking at the SOLID development principles, Alejandro Gervasio picks back up and looks at the "D" in the set - the dependency inversion principle.

While some central concepts in the realm of object-oriented design are generally harder to digest at first, such as separation of concerns and implementation switching, more intuitive and untangled paradigms on the other hand are simpler, like programming to interfaces. Unfortunately, the DIP's formal definition is surrounded by a double-edged curse/blessing that often makes programmers gloss over it, as in many cases there's an implicit assumption that the principle is nothing but a fancy expression for the aforementioned "programming to interfaces" commandment.

He talks about how decoupling your code and working against interfaces is only part of the equation. The other half is the actual "inversion" part of the process - the ownership that the high-level modules must have over the abstractions. He illustrates with an example, a storage module that is highly dependent on a Serializer. Using the DIP principle, he turns this around and refactors his storage class to take in an Encoder object as a part of its construction. Complete source for both versions is included.

0 comments voice your opinion now!
dependency inversion principle solid dip tutorial


blog comments powered by Disqus

Similar Posts

Tom Van Herreweghe's Blog: Running Zend Framework modules from a Phar file

Community News: PHP Advent 2011 is Complete!

Alexander Netkachev's Blog: Practical PHP events

DevShed: Introducing the Chain of Responsibility Between PHP Objects

Sameer's Blog: Validating POST fields the easy way


Community Events









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


language database composer object interview code event introduction development functional example api phpunit opinion release testing zendframework2 framework unittest community

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