News Feed
Jobs Feed
Sections




News Archive
Charles Sprayberry's Blog:
Why you should use DI
January 27, 2012 @ 10:18:48

In this recent post from Charles Sprayberry he explains why using dependency injection (DI) in your application is a good idea and can help make things easier in the long run.

Dependency Injection is just a fancy term for passing dependencies to the object needing them instead of letting the object create its own. Hopefully, you've watched this great Google Clean Code talk about dependency injection by Misko Hevery where he talks about why you should ask for things instead of looking for them. I'm gonna talk about some reasons to use DI beyond just those presented in the video.

He breaks it up into a few different sections:

  • It helps in the battle against global state
  • It helps your design
  • It makes using the single responsibility principle easier
0 comments voice your opinion now!
di dependency injection opinion reasons


blog comments powered by Disqus

Similar Posts

Matt Frost: Dependency Injection Container Question

Lukas Smith's Blog: Why bother?

Henri Bergius' Blog: Using Composer To Manage Dependencies In Heroku PHP Apps

Reddit.com: Dependency injection in ZF2 and Symfony 2 are service locators

Bence Eros' Blog: Using Inheritance


Community Events











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


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

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