<?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: Perl Style:  The If / Else Statement</title>
	<atom:link href="http://elliottback.com/wp/perl-style-the-if-else-statement/feed/" rel="self" type="application/rss+xml" />
	<link>http://elliottback.com/wp/perl-style-the-if-else-statement/</link>
	<description>Internet &#38; Technology</description>
	<lastBuildDate>Sun, 22 Nov 2009 02:40:56 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: LordOfTheDance</title>
		<link>http://elliottback.com/wp/perl-style-the-if-else-statement/#comment-2189352</link>
		<dc:creator>LordOfTheDance</dc:creator>
		<pubDate>Thu, 15 Oct 2009 12:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://elliottback.com/wp/archives/2006/09/06/perl-style-the-if-else-statement/#comment-2189352</guid>
		<description>I think there are more important things to worry about, you anal twats.</description>
		<content:encoded><![CDATA[<p>I think there are more important things to worry about, you anal twats.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://elliottback.com/wp/perl-style-the-if-else-statement/#comment-2187900</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Fri, 24 Jul 2009 16:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://elliottback.com/wp/archives/2006/09/06/perl-style-the-if-else-statement/#comment-2187900</guid>
		<description>I much prefer cuddled.

I don&#039;t think that readability is hurt one bit, it&#039;s easy to read:

} else {

And it makes more sense to me. An &quot;else&quot; can&#039;t exist without an &quot;if&quot; - and you can&#039;t put anything in between the two.

If you don&#039;t cuddle the else, it looks like a statement in its own right, meaning you could do something like:

if(something) {
}
die &quot;here&quot;;
else {
}

As you all know, this is syntactically incorrect. Hence why &quot;} else {&quot; makes more sense.</description>
		<content:encoded><![CDATA[<p>I much prefer cuddled.</p>
<p>I don&#8217;t think that readability is hurt one bit, it&#8217;s easy to read:</p>
<p>} else {</p>
<p>And it makes more sense to me. An &#8220;else&#8221; can&#8217;t exist without an &#8220;if&#8221; &#8211; and you can&#8217;t put anything in between the two.</p>
<p>If you don&#8217;t cuddle the else, it looks like a statement in its own right, meaning you could do something like:</p>
<p>if(something) {<br />
}<br />
die &#8220;here&#8221;;<br />
else {<br />
}</p>
<p>As you all know, this is syntactically incorrect. Hence why &#8220;} else {&#8221; makes more sense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://elliottback.com/wp/perl-style-the-if-else-statement/#comment-2182124</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Mon, 30 Mar 2009 16:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://elliottback.com/wp/archives/2006/09/06/perl-style-the-if-else-statement/#comment-2182124</guid>
		<description>I&#039;m a little late to this conversation, but hey :)

farker, It&#039;s more important than you think. Once you&#039;re required to maintain and support code you&#039;ll understand.

yes, un-cuddled is easier to read, but most of all it&#039;s easier to work with when patching code.

-Tim</description>
		<content:encoded><![CDATA[<p>I&#8217;m a little late to this conversation, but hey <img src='http://elliottback.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>farker, It&#8217;s more important than you think. Once you&#8217;re required to maintain and support code you&#8217;ll understand.</p>
<p>yes, un-cuddled is easier to read, but most of all it&#8217;s easier to work with when patching code.</p>
<p>-Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://elliottback.com/wp/perl-style-the-if-else-statement/#comment-2166541</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 21 Oct 2008 22:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://elliottback.com/wp/archives/2006/09/06/perl-style-the-if-else-statement/#comment-2166541</guid>
		<description>Un-cuddled is easier to spot when quick-scanning unfamiliar code, for instance to distinguish from an elsif. And it&#039;s the same amount of text space - a bit more screen space, but sometimes that&#039;s a good thing.</description>
		<content:encoded><![CDATA[<p>Un-cuddled is easier to spot when quick-scanning unfamiliar code, for instance to distinguish from an elsif. And it&#39;s the same amount of text space &#8211; a bit more screen space, but sometimes that&#39;s a good thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: farker</title>
		<link>http://elliottback.com/wp/perl-style-the-if-else-statement/#comment-924905</link>
		<dc:creator>farker</dc:creator>
		<pubDate>Wed, 31 Oct 2007 12:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://elliottback.com/wp/archives/2006/09/06/perl-style-the-if-else-statement/#comment-924905</guid>
		<description>I think there are more important things to worry about, you anal twats.</description>
		<content:encoded><![CDATA[<p>I think there are more important things to worry about, you anal twats.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
