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

PHPBuilder.com: Pro PHP Security / Preventing SQL Injection, Part 3

PHP in Action Blog: Bad code is good for you?

Lukas Smith's Blog: My PHP framework winner predictions

AppFog: PHP's brighter future? On the "PHP the Right Way" project

Hardened-PHP Project: Dotdeb PHP Email Header Injection Vulnerability


Community Events











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


podcast api example composer interview testing community language development functional database code series introduction phpunit framework opinion application release zendframework2

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