<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gooder Code &#187; Links</title>
	<atom:link href="http://www.goodercode.com/wp/category/links/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goodercode.com/wp</link>
	<description>Me code gooder one day (and more fastly)</description>
	<lastBuildDate>Sun, 29 Jan 2012 14:40:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>What are the downsides to using dependency injection?</title>
		<link>http://www.goodercode.com/wp/what-are-the-downsides-to-using-dependency-injection/</link>
		<comments>http://www.goodercode.com/wp/what-are-the-downsides-to-using-dependency-injection/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 18:10:26 +0000</pubDate>
		<dc:creator>kerry</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[cdi]]></category>
		<category><![CDATA[dependency injection]]></category>
		<category><![CDATA[design patterns]]></category>
		<category><![CDATA[guice]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.goodercode.com/wp/?p=181</guid>
		<description><![CDATA[I recently came across an interesting question on stack overflow with some interesting reponses.  I like this post for three reasons. First, I am a big fan of dependency injection, it forces you to decouple your code, create cohesive interfaces, and should result in testable classes. Second, the author took the approach I usually do [...]]]></description>
			<content:encoded><![CDATA[<p>I recently came across an interesting question on stack overflow with some interesting reponses.  I like this post for three reasons.  First, I am a big fan of dependency injection, it forces you to decouple your code, create cohesive interfaces, and should result in testable classes.  Second, the author took the approach I usually do when trying to evaluate a technique or technology; suspend personal feelings and try to find some compelling arguments against it.  Third, it proved that it is very difficult to come up with a compelling argument against dependency injection.</p>
<p><a href="http://stackoverflow.com/questions/2407540/what-are-the-downsides-to-using-dependency-injection">What are the downsides to using dependency injection?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.goodercode.com/wp/what-are-the-downsides-to-using-dependency-injection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
