News Feed
Jobs Feed
Sections




News Archive
Architexa Blog:
Simplifying Dependency Injection
April 19, 2010 @ 12:58:15

Dependency injection is becoming a more and more popular topic among developers, but for someone just starting out with it, a lot of the sites out there explaining it can be confusing. On the Architexa blog there's a dead simple explanation of DI and what it's good for (warning: it's not a PHP example, but it translates over).

DI is fairly simple - its main goal is the removal of a class dependency from some code. This class dependency is then 'injected' into the code where it is needed. Using dependency injection helps in code maintenance, re-usability, testability, and improves code readability.

A code example is included of a User class that is responsible for making "users" and including all of the needed information and functionality to go with it in a self-contained object. They also mention some of the benefits that come along with it and the complications that could come from its use.

0 comments voice your opinion now!
dependency injection simple introduction


blog comments powered by Disqus

Similar Posts

Justin Silverton\'s Blog: Using PEAR Cache_Lite for High Performance

Ralph Schindler's Blog: Learning About Dependency Injection and PHP

Khalid Hanif\'s Blog: Email Header Injection in PHP

Query7.com: Developing A Blog With CakePHP

Debuggable Blog: Programming Psychology - Return home early


Community Events











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


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

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