News Feed
Jobs Feed
Sections




News Archive
Chris Hartjes' Blog:
DIC vs. Service Locator
June 07, 2012 @ 10:09:36

In a new post to his blog, Chris Hartjes shares one thing that you can use to make your code easier to test - using a dependency injection container and how it compares to a service locator.

People often ask me what's the one thing they could do for their code base RIGHT NOW that will make it easier to test. To me, the answer is simple: make sure you are using Dependency Injection (yes the link is long and has code samples in Java, but whatever). Without the ability to "inject" your dependencies into your code (whether it is class methods or functions) you will have problems testing modules of code in isolation from each other.

He shows the possible uses of DICs, including code samples, and talks the differences between the two. He explains that the real difference in them is how its being used. When it's used to add and remove instances, it's a container. When its actually put to use and passed into a class, it morphs into a service locator.

0 comments voice your opinion now!
dependencyinjection servicelocator testing difference


blog comments powered by Disqus

Similar Posts

MaltBlue.com: Why Testing Makes a Project Successful and You Can’t Afford to Deny It

DevShed: Unit Testing in Detail

Sebastian Göttschkes: symfony2: Testing email sending

Zend Developer Zone: Sebastian Bergmann on ZendCon and PHPUnit 3

PHPMaster.com: Thoughts of a Pragmatic Tester


Community Events











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


opinion symfony2 zendframework2 conference usergroup language community series introduction interview rest podcast phpunit unittest testing development database functional release framework

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