<?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 13 : Extract Method Object</title>
	<atom:link href="http://lostechies.com/seanchambers/2009/08/13/refactoring-day-13-extract-method-object/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/seanchambers/2009/08/13/refactoring-day-13-extract-method-object/</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: Maxi</title>
		<link>http://lostechies.com/seanchambers/2009/08/13/refactoring-day-13-extract-method-object/#comment-624</link>
		<dc:creator>Maxi</dc:creator>
		<pubDate>Wed, 25 Apr 2012 17:14:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/sean_chambers/archive/2009/08/13/refactoring-day-13-extract-method-object.aspx#comment-624</guid>
		<description>Please find a new way to style your code, it&#039;s rendered really bad I have problems reading it at all</description>
		<content:encoded><![CDATA[<p>Please find a new way to style your code, it&#8217;s rendered really bad I have problems reading it at all</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bcmfqqymif</title>
		<link>http://lostechies.com/seanchambers/2009/08/13/refactoring-day-13-extract-method-object/#comment-405</link>
		<dc:creator>bcmfqqymif</dc:creator>
		<pubDate>Fri, 02 Oct 2009 10:40:14 +0000</pubDate>
		<guid isPermaLink="false">/blogs/sean_chambers/archive/2009/08/13/refactoring-day-13-extract-method-object.aspx#comment-405</guid>
		<description>ApD6bf  &lt;a href=&quot;http://gijwqeouklwq.com/&quot;&gt;gijwqeouklwq&lt;/a&gt;, [url=http://iyjzoawykcjx.com/]iyjzoawykcjx[/url], [link=http://ddbxmnwseolm.com/]ddbxmnwseolm[/link], http://hdwrwakshhzh.com/</description>
		<content:encoded><![CDATA[<p>ApD6bf  <a href="http://gijwqeouklwq.com/">gijwqeouklwq</a>, [url=http://iyjzoawykcjx.com/]iyjzoawykcjx[/url], [link=http://ddbxmnwseolm.com/]ddbxmnwseolm[/link], <a href="http://hdwrwakshhzh.com/" rel="nofollow">http://hdwrwakshhzh.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schambers</title>
		<link>http://lostechies.com/seanchambers/2009/08/13/refactoring-day-13-extract-method-object/#comment-404</link>
		<dc:creator>schambers</dc:creator>
		<pubDate>Fri, 14 Aug 2009 16:01:55 +0000</pubDate>
		<guid isPermaLink="false">/blogs/sean_chambers/archive/2009/08/13/refactoring-day-13-extract-method-object.aspx#comment-404</guid>
		<description>Oh ok. that makes more sense. Yeah, OrderCalculator would be dependent on Order. You could easily just introduce an interface however the OrderCalculator is naturally going to have pretty intimate knowledge of how an order works.</description>
		<content:encoded><![CDATA[<p>Oh ok. that makes more sense. Yeah, OrderCalculator would be dependent on Order. You could easily just introduce an interface however the OrderCalculator is naturally going to have pretty intimate knowledge of how an order works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petar Petrov</title>
		<link>http://lostechies.com/seanchambers/2009/08/13/refactoring-day-13-extract-method-object/#comment-403</link>
		<dc:creator>Petar Petrov</dc:creator>
		<pubDate>Fri, 14 Aug 2009 15:47:01 +0000</pubDate>
		<guid isPermaLink="false">/blogs/sean_chambers/archive/2009/08/13/refactoring-day-13-extract-method-object.aspx#comment-403</guid>
		<description>No not circular dependency but however I think Alastair Smith means that you don&#039;t have something like IOrderCalculator to be injected in the order so the order is always dependent on the concrete class OrderCalculator. ( return new OrderCalculator(this).Calculate() )</description>
		<content:encoded><![CDATA[<p>No not circular dependency but however I think Alastair Smith means that you don&#8217;t have something like IOrderCalculator to be injected in the order so the order is always dependent on the concrete class OrderCalculator. ( return new OrderCalculator(this).Calculate() )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schambers</title>
		<link>http://lostechies.com/seanchambers/2009/08/13/refactoring-day-13-extract-method-object/#comment-402</link>
		<dc:creator>schambers</dc:creator>
		<pubDate>Thu, 13 Aug 2009 16:57:33 +0000</pubDate>
		<guid isPermaLink="false">/blogs/sean_chambers/archive/2009/08/13/refactoring-day-13-extract-method-object.aspx#comment-402</guid>
		<description>@Alastair

Where is the circular dependency? An instance of Order is passed to the ctor of OrderCalculator.</description>
		<content:encoded><![CDATA[<p>@Alastair</p>
<p>Where is the circular dependency? An instance of Order is passed to the ctor of OrderCalculator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry M</title>
		<link>http://lostechies.com/seanchambers/2009/08/13/refactoring-day-13-extract-method-object/#comment-401</link>
		<dc:creator>Harry M</dc:creator>
		<pubDate>Thu, 13 Aug 2009 16:52:32 +0000</pubDate>
		<guid isPermaLink="false">/blogs/sean_chambers/archive/2009/08/13/refactoring-day-13-extract-method-object.aspx#comment-401</guid>
		<description>Are you going to do the &quot;Remove useless comments with same name as one line method&quot; refactoring? :)</description>
		<content:encoded><![CDATA[<p>Are you going to do the &#8220;Remove useless comments with same name as one line method&#8221; refactoring? <img src='http://lostechies.com/seanchambers/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alastair Smith</title>
		<link>http://lostechies.com/seanchambers/2009/08/13/refactoring-day-13-extract-method-object/#comment-400</link>
		<dc:creator>Alastair Smith</dc:creator>
		<pubDate>Thu, 13 Aug 2009 15:19:14 +0000</pubDate>
		<guid isPermaLink="false">/blogs/sean_chambers/archive/2009/08/13/refactoring-day-13-extract-method-object.aspx#comment-400</guid>
		<description>Good post.  But you&#039;ve introduced a circular dependency between Order and OrderCalculator.  Would a static OrderCalculator class improve this?</description>
		<content:encoded><![CDATA[<p>Good post.  But you&#8217;ve introduced a circular dependency between Order and OrderCalculator.  Would a static OrderCalculator class improve this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
