<?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: Nested loops, or when to write a method</title>
	<atom:link href="http://rc3.org/2006/07/31/nested-loops-or-when-to-write-a-method/feed/" rel="self" type="application/rss+xml" />
	<link>http://rc3.org/2006/07/31/nested-loops-or-when-to-write-a-method/</link>
	<description>Strong opinions weakly held</description>
	<lastBuildDate>Fri, 10 Feb 2012 14:59:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Rafe</title>
		<link>http://rc3.org/2006/07/31/nested-loops-or-when-to-write-a-method/comment-page-1/#comment-1057</link>
		<dc:creator>Rafe</dc:creator>
		<pubDate>Tue, 01 Aug 2006 04:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://rc3.org/wordpress/?p=7473#comment-1057</guid>
		<description>&lt;p&gt;Yeah.  The code in this case is Java code.  You&#039;d need a new method in this case because what I&#039;m really checking is one property of an &quot;answer&quot; object, not the &quot;answer&quot; object itself.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yeah.  The code in this case is Java code.  You&#8217;d need a new method in this case because what I&#8217;m really checking is one property of an &#8220;answer&#8221; object, not the &#8220;answer&#8221; object itself.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Rafe</title>
		<link>http://rc3.org/2006/07/31/nested-loops-or-when-to-write-a-method/comment-page-1/#comment-1056</link>
		<dc:creator>Rafe</dc:creator>
		<pubDate>Tue, 01 Aug 2006 04:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://rc3.org/wordpress/?p=7473#comment-1056</guid>
		<description>&lt;p&gt;Java has the same feature, that&#039;s what labels are for.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Java has the same feature, that&#8217;s what labels are for.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: redrum</title>
		<link>http://rc3.org/2006/07/31/nested-loops-or-when-to-write-a-method/comment-page-1/#comment-1055</link>
		<dc:creator>redrum</dc:creator>
		<pubDate>Tue, 01 Aug 2006 04:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://rc3.org/wordpress/?p=7473#comment-1055</guid>
		<description>&lt;p&gt;Finally you have a reason to envy PHP: in PHP, break and continue statements can accept an optional parameter to designate the number of nested loops to break or continue out of.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Finally you have a reason to envy PHP: in PHP, break and continue statements can accept an optional parameter to designate the number of nested loops to break or continue out of.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://rc3.org/2006/07/31/nested-loops-or-when-to-write-a-method/comment-page-1/#comment-1054</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 31 Jul 2006 21:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://rc3.org/wordpress/?p=7473#comment-1054</guid>
		<description>&lt;p&gt;Hmm.  I&#039;m only reading Ruby books now, but doesn&#039;t &quot;has_value?()&quot; already exist to check to see if a value already is in a hash?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hmm.  I&#8217;m only reading Ruby books now, but doesn&#8217;t &#8220;has_value?()&#8221; already exist to check to see if a value already is in a hash?</p>]]></content:encoded>
	</item>
</channel>
</rss>

