News Feed
Jobs Feed
Sections




News Archive
Freek Lijten:
SOLID - The D is for Dependency Inversion Principle
January 02, 2013 @ 10:25:46

Freek Lijten has posted the last article in his series looking at the SOLID development principles, this time looking at "D", the Dependency Inversion Principle.

The DIP deals with avoiding mixing different levels of abstraction in your code. In this article we will explore the last of these principles in depth. [...] I want to show you how depending on abstractions makes our lives easier in a larger example. Since we're going to be loading, updating and storing bikes a lot in our application I would like an Api for that. It would not be such a good idea to write the same queries or perform the same validation over and over.

He includes two examples - one a bit simplistic involving bike storage and another more complex that uses interfaces to define structure and object injection rather than passing data around. He also tries to help clear up some of the confusion that might happen around dependency inversion and dependency injection.

0 comments voice your opinion now!
solid development principle dependency inversion introduction


blog comments powered by Disqus

Similar Posts

Davey Shafik's Blog: Mini-Review: Pro PHP-GTK

Brandon Savage's Blog: Book Review: PHP Team Development

Developer Tutorials: Introduction to PHP Programming

Smashing Magazine: Upcoming Web Design and Development Conferences in 2010

NetTuts.com: Turbocharge your Website with Memcached


Community Events











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


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

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