<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Refactoring Day 12 : Break Dependencies</title>
	<atom:link href="http://lostechies.com/seanchambers/2009/08/12/refactoring-day-12-break-dependencies/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/seanchambers/2009/08/12/refactoring-day-12-break-dependencies/</link>
	<description>Just another LosTechies site</description>
	<lastBuildDate>Thu, 13 Sep 2012 07:11:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: schambers</title>
		<link>http://lostechies.com/seanchambers/2009/08/12/refactoring-day-12-break-dependencies/#comment-399</link>
		<dc:creator>schambers</dc:creator>
		<pubDate>Wed, 12 Aug 2009 18:34:06 +0000</pubDate>
		<guid isPermaLink="false">/blogs/sean_chambers/archive/2009/08/12/refactoring-day-12-break-dependencies.aspx#comment-399</guid>
		<description>Well once you have this wired up with IoC, you will never have a NRE from IFeedService. If you do then your IoC configuration is incorrect and you have larger problems.

I personally to check for NRE&#039;s with classes that are registered in IoC. Doesn&#039;t seem like theres a point when a instance will always be provided.</description>
		<content:encoded><![CDATA[<p>Well once you have this wired up with IoC, you will never have a NRE from IFeedService. If you do then your IoC configuration is incorrect and you have larger problems.</p>
<p>I personally to check for NRE&#8217;s with classes that are registered in IoC. Doesn&#8217;t seem like theres a point when a instance will always be provided.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charris</title>
		<link>http://lostechies.com/seanchambers/2009/08/12/refactoring-day-12-break-dependencies/#comment-398</link>
		<dc:creator>Charris</dc:creator>
		<pubDate>Wed, 12 Aug 2009 18:28:05 +0000</pubDate>
		<guid isPermaLink="false">/blogs/sean_chambers/archive/2009/08/12/refactoring-day-12-break-dependencies.aspx#comment-398</guid>
		<description>I guess at least testing for the null ref and throwing?</description>
		<content:encoded><![CDATA[<p>I guess at least testing for the null ref and throwing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schambers</title>
		<link>http://lostechies.com/seanchambers/2009/08/12/refactoring-day-12-break-dependencies/#comment-397</link>
		<dc:creator>schambers</dc:creator>
		<pubDate>Wed, 12 Aug 2009 14:32:27 +0000</pubDate>
		<guid isPermaLink="false">/blogs/sean_chambers/archive/2009/08/12/refactoring-day-12-break-dependencies.aspx#comment-397</guid>
		<description>I&#039;m not sure I follow. If you refactored in this manner, you would use an IoC framework to inject the dependencies via ctor so you wouldn&#039;t have a NRE on IFeedService.

Were you referring to somewhere else?</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure I follow. If you refactored in this manner, you would use an IoC framework to inject the dependencies via ctor so you wouldn&#8217;t have a NRE on IFeedService.</p>
<p>Were you referring to somewhere else?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham</title>
		<link>http://lostechies.com/seanchambers/2009/08/12/refactoring-day-12-break-dependencies/#comment-396</link>
		<dc:creator>Graham</dc:creator>
		<pubDate>Wed, 12 Aug 2009 14:27:18 +0000</pubDate>
		<guid isPermaLink="false">/blogs/sean_chambers/archive/2009/08/12/refactoring-day-12-break-dependencies.aspx#comment-396</guid>
		<description>Watch out for that NRE!</description>
		<content:encoded><![CDATA[<p>Watch out for that NRE!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
