<?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 2 : Move Method</title>
	<atom:link href="http://lostechies.com/seanchambers/2009/08/02/refactoring-day-2-move-method/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/seanchambers/2009/08/02/refactoring-day-2-move-method/</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: Cameron Scott</title>
		<link>http://lostechies.com/seanchambers/2009/08/02/refactoring-day-2-move-method/#comment-570</link>
		<dc:creator>Cameron Scott</dc:creator>
		<pubDate>Tue, 25 Oct 2011 10:30:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/sean_chambers/archive/2009/08/02/refactoring-day-2-move-method.aspx#comment-570</guid>
		<description>Since it can be difficult to find human opponents for a face-to-face game and I don&#039;t like playing against the computer, I will have to try out the internet chess site. Thanks for the info.

  http://healthconditions.edublogs.org/
 </description>
		<content:encoded><![CDATA[<p>Since it can be difficult to find human opponents for a face-to-face game and I don&#8217;t like playing against the computer, I will have to try out the internet chess site. Thanks for the info.</p>
<p>  <a href="http://healthconditions.edublogs.org/" rel="nofollow">http://healthconditions.edublogs.org/</a><br />
 </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nfma</title>
		<link>http://lostechies.com/seanchambers/2009/08/02/refactoring-day-2-move-method/#comment-373</link>
		<dc:creator>nfma</dc:creator>
		<pubDate>Sat, 24 Oct 2009 14:08:19 +0000</pubDate>
		<guid isPermaLink="false">/blogs/sean_chambers/archive/2009/08/02/refactoring-day-2-move-method.aspx#comment-373</guid>
		<description>@Arnis, I agree with Frank. If I looked at the code from the solution I tended to refactor it to match the original code. </description>
		<content:encoded><![CDATA[<p>@Arnis, I agree with Frank. If I looked at the code from the solution I tended to refactor it to match the original code. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnis L.</title>
		<link>http://lostechies.com/seanchambers/2009/08/02/refactoring-day-2-move-method/#comment-372</link>
		<dc:creator>Arnis L.</dc:creator>
		<pubDate>Tue, 08 Sep 2009 12:48:19 +0000</pubDate>
		<guid isPermaLink="false">/blogs/sean_chambers/archive/2009/08/02/refactoring-day-2-move-method.aspx#comment-372</guid>
		<description>@Frank it&#039;s not. Bad code gets refactored - this one suits perfectly.</description>
		<content:encoded><![CDATA[<p>@Frank it&#8217;s not. Bad code gets refactored &#8211; this one suits perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://lostechies.com/seanchambers/2009/08/02/refactoring-day-2-move-method/#comment-371</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Sun, 16 Aug 2009 19:07:24 +0000</pubDate>
		<guid isPermaLink="false">/blogs/sean_chambers/archive/2009/08/02/refactoring-day-2-move-method.aspx#comment-371</guid>
		<description>In my opinion this is a bad refactoring example, since the calculate interest method is best suited to the account class, since that class owns all the data necessary for making the decision.</description>
		<content:encoded><![CDATA[<p>In my opinion this is a bad refactoring example, since the calculate interest method is best suited to the account class, since that class owns all the data necessary for making the decision.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schambers</title>
		<link>http://lostechies.com/seanchambers/2009/08/02/refactoring-day-2-move-method/#comment-370</link>
		<dc:creator>schambers</dc:creator>
		<pubDate>Sun, 02 Aug 2009 16:00:21 +0000</pubDate>
		<guid isPermaLink="false">/blogs/sean_chambers/archive/2009/08/02/refactoring-day-2-move-method.aspx#comment-370</guid>
		<description>Obviously these are brief contrived examples so there is no usage surrounding them. This is for brevity.

You are correct about the circular dependencies though. I didn&#039;t catch that while making the example. Let&#039;s just pretend that there is no circular dependency there. k?
</description>
		<content:encoded><![CDATA[<p>Obviously these are brief contrived examples so there is no usage surrounding them. This is for brevity.</p>
<p>You are correct about the circular dependencies though. I didn&#8217;t catch that while making the example. Let&#8217;s just pretend that there is no circular dependency there. k?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Mosafi</title>
		<link>http://lostechies.com/seanchambers/2009/08/02/refactoring-day-2-move-method/#comment-369</link>
		<dc:creator>Neil Mosafi</dc:creator>
		<pubDate>Sun, 02 Aug 2009 15:25:22 +0000</pubDate>
		<guid isPermaLink="false">/blogs/sean_chambers/archive/2009/08/02/refactoring-day-2-move-method.aspx#comment-369</guid>
		<description>I&#039;m not sure about the purpose of the classes here, and whatsmore you seem to have a circular dependency in your constructors - you can&#039;t construct a BankAccount without an AccountInterest and you can&#039;t construct an AccountInterest without a BankAccount!</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure about the purpose of the classes here, and whatsmore you seem to have a circular dependency in your constructors &#8211; you can&#8217;t construct a BankAccount without an AccountInterest and you can&#8217;t construct an AccountInterest without a BankAccount!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
