<?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: Captain Refactor to the Rescue</title>
	<atom:link href="http://caseywatson.com/2008/12/08/captain-refactor-to-the-rescue/feed/" rel="self" type="application/rss+xml" />
	<link>http://caseywatson.com/2008/12/08/captain-refactor-to-the-rescue/</link>
	<description>keepin' it real... real simple.</description>
	<lastBuildDate>Wed, 17 Feb 2010 01:27:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Casey Watson</title>
		<link>http://caseywatson.com/2008/12/08/captain-refactor-to-the-rescue/comment-page-1/#comment-13</link>
		<dc:creator>Casey Watson</dc:creator>
		<pubDate>Mon, 08 Dec 2008 16:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://caseywatson.wordpress.com/?p=92#comment-13</guid>
		<description>Wil,

I agree that the method may add a degree of complexity up front, but, in this case, I think that the readability advantage outweighs the slight indirection.  I was hoping that the method would actually be automatically &quot;in-lined&quot;, but apparently it is not.  Regardless, it&#039;s really a matter of personal choice.</description>
		<content:encoded><![CDATA[<p>Wil,</p>
<p>I agree that the method may add a degree of complexity up front, but, in this case, I think that the readability advantage outweighs the slight indirection.  I was hoping that the method would actually be automatically &#8220;in-lined&#8221;, but apparently it is not.  Regardless, it&#8217;s really a matter of personal choice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wil Bloodworth</title>
		<link>http://caseywatson.com/2008/12/08/captain-refactor-to-the-rescue/comment-page-1/#comment-12</link>
		<dc:creator>Wil Bloodworth</dc:creator>
		<pubDate>Mon, 08 Dec 2008 15:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://caseywatson.wordpress.com/?p=92#comment-12</guid>
		<description>Casey,

Just to play &quot;devil&#039;s advocate&quot; for a second.  &quot;Better&quot;, in this case, must only used when referring to code reability.  Is it more readable and definitely more terse.  However, the code that was &#039;inline&#039; has now been moved into a method. This requires more overhead... although not that much overhead.  But, it should still be in the back of your mind that there are probably two to three times the number of instructions that must execute to achieve what was previously inlined.

- Wil</description>
		<content:encoded><![CDATA[<p>Casey,</p>
<p>Just to play &#8220;devil&#8217;s advocate&#8221; for a second.  &#8220;Better&#8221;, in this case, must only used when referring to code reability.  Is it more readable and definitely more terse.  However, the code that was &#8216;inline&#8217; has now been moved into a method. This requires more overhead&#8230; although not that much overhead.  But, it should still be in the back of your mind that there are probably two to three times the number of instructions that must execute to achieve what was previously inlined.</p>
<p>- Wil</p>
]]></content:encoded>
	</item>
</channel>
</rss>
