<?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"
	>
<channel>
	<title>Comments on: codejam, groovy, and refactoring</title>
	<atom:link href="http://imnotpete.com/2008/07/19/codejam-groovy-and-refactoring/feed/" rel="self" type="application/rss+xml" />
	<link>http://imnotpete.com/2008/07/19/codejam-groovy-and-refactoring/</link>
	<description></description>
	<pubDate>Fri, 21 Nov 2008 04:33:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: sam</title>
		<link>http://imnotpete.com/2008/07/19/codejam-groovy-and-refactoring/#comment-850</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Sun, 20 Jul 2008 15:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://imnotpete.com/2008/07/19/codejam-groovy-and-refactoring/#comment-850</guid>
		<description>That is clearer, thanks. I also went ahead and went from
&lt;code&gt; new Integer(i.next()).times() { &lt;/code&gt;
to
&lt;code&gt; i.next().toInteger().times() { &lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>That is clearer, thanks. I also went ahead and went from<br />
<code> new Integer(i.next()).times() { </code><br />
to<br />
<code> i.next().toInteger().times() { </code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Lorenzen</title>
		<link>http://imnotpete.com/2008/07/19/codejam-groovy-and-refactoring/#comment-849</link>
		<dc:creator>James Lorenzen</dc:creator>
		<pubDate>Sun, 20 Jul 2008 10:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://imnotpete.com/2008/07/19/codejam-groovy-and-refactoring/#comment-849</guid>
		<description>I got curious so I took at look at your code. Looks excellent. Good work.
I made a couple of changes, nothing major just some personal preference. Here is the diff http://pastebin.com/pastebin.php?diff=f22de2081

The main thing is I like declaring lists using the literal like
engines = []
vs
engines = new ArrayList()</description>
		<content:encoded><![CDATA[<p>I got curious so I took at look at your code. Looks excellent. Good work.<br />
I made a couple of changes, nothing major just some personal preference. Here is the diff <a href="http://pastebin.com/pastebin.php?diff=f22de2081" rel="nofollow">http://pastebin.com/pastebin.php?diff=f22de2081</a></p>
<p>The main thing is I like declaring lists using the literal like<br />
engines = []<br />
vs<br />
engines = new ArrayList()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Lorenzen</title>
		<link>http://imnotpete.com/2008/07/19/codejam-groovy-and-refactoring/#comment-848</link>
		<dc:creator>James Lorenzen</dc:creator>
		<pubDate>Sun, 20 Jul 2008 10:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://imnotpete.com/2008/07/19/codejam-groovy-and-refactoring/#comment-848</guid>
		<description>This is great Sam.
Good job. Keep us updated.</description>
		<content:encoded><![CDATA[<p>This is great Sam.<br />
Good job. Keep us updated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
