<?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: Code beauty vs. Obsession</title>
	<atom:link href="http://thelucid.com/2006/03/23/code-beauty-vs-obsession/feed/" rel="self" type="application/rss+xml" />
	<link>http://thelucid.com/2006/03/23/code-beauty-vs-obsession/</link>
	<description>The Lightweight Ramblings of Jamie Hill</description>
	<lastBuildDate>Thu, 12 Apr 2012 16:23:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: dwoodman</title>
		<link>http://thelucid.com/2006/03/23/code-beauty-vs-obsession/comment-page-1/#comment-2087</link>
		<dc:creator>dwoodman</dc:creator>
		<pubDate>Thu, 21 Sep 2006 13:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://f2f1ebaab0bb2d3ee95f1cfc0e205be3#comment-2087</guid>
		<description>Why not -
&lt;pre&gt;
thing = { 
  :store_dir  =&gt; &quot;public/master&quot;, 
  :scaled_dir =&gt; &quot;public/variants&quot;, 
  :tmp_dir    =&gt; &quot;public/temp&quot; 
}
&lt;/pre&gt;

If God had meant all variable names to be the same length, He would never have given us tabs!</description>
		<content:encoded><![CDATA[<p>Why not -</p>
<pre>
thing = {
  :store_dir  => "public/master",
  :scaled_dir => "public/variants",
  :tmp_dir    => "public/temp"
}
</pre>
<p>If God had meant all variable names to be the same length, He would never have given us tabs!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://thelucid.com/2006/03/23/code-beauty-vs-obsession/comment-page-1/#comment-2068</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Mon, 07 Aug 2006 03:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://f2f1ebaab0bb2d3ee95f1cfc0e205be3#comment-2068</guid>
		<description>Maz: Glad I&#039;m not the only one ;)</description>
		<content:encoded><![CDATA[<p>Maz: Glad I&#8217;m not the only one <img src='http://thelucid.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maz</title>
		<link>http://thelucid.com/2006/03/23/code-beauty-vs-obsession/comment-page-1/#comment-2067</link>
		<dc:creator>Maz</dc:creator>
		<pubDate>Sun, 06 Aug 2006 21:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://f2f1ebaab0bb2d3ee95f1cfc0e205be3#comment-2067</guid>
		<description>You&#039;re not alone. Particularly in reference to having the array elements all neatly aligned. They&#039;re just far easier to read that way.</description>
		<content:encoded><![CDATA[<p>You&#8217;re not alone. Particularly in reference to having the array elements all neatly aligned. They&#8217;re just far easier to read that way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UncleD</title>
		<link>http://thelucid.com/2006/03/23/code-beauty-vs-obsession/comment-page-1/#comment-2030</link>
		<dc:creator>UncleD</dc:creator>
		<pubDate>Tue, 11 Apr 2006 13:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://f2f1ebaab0bb2d3ee95f1cfc0e205be3#comment-2030</guid>
		<description>That&#039;s right! You know what though, if you enjoy writing it that way and it remains readable, that&#039;s what matters in the end. Do what will make you happy while you work.

Best Regards</description>
		<content:encoded><![CDATA[<p>That&#8217;s right! You know what though, if you enjoy writing it that way and it remains readable, that&#8217;s what matters in the end. Do what will make you happy while you work.</p>
<p>Best Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie Hill</title>
		<link>http://thelucid.com/2006/03/23/code-beauty-vs-obsession/comment-page-1/#comment-2025</link>
		<dc:creator>Jamie Hill</dc:creator>
		<pubDate>Wed, 05 Apr 2006 15:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://f2f1ebaab0bb2d3ee95f1cfc0e205be3#comment-2025</guid>
		<description>gunnar: I completely agree, this must just be a phase I&#039;m going through. I suppose this is more unnecessary syntactical beauty?</description>
		<content:encoded><![CDATA[<p>gunnar: I completely agree, this must just be a phase I&#8217;m going through. I suppose this is more unnecessary syntactical beauty?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gunnar</title>
		<link>http://thelucid.com/2006/03/23/code-beauty-vs-obsession/comment-page-1/#comment-2024</link>
		<dc:creator>gunnar</dc:creator>
		<pubDate>Wed, 05 Apr 2006 12:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://f2f1ebaab0bb2d3ee95f1cfc0e205be3#comment-2024</guid>
		<description>is it really beautiful code?
imho beautiful code is code that easy to read, not that looks good at a distance ;P</description>
		<content:encoded><![CDATA[<p>is it really beautiful code?<br />
imho beautiful code is code that easy to read, not that looks good at a distance ;P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie Hill</title>
		<link>http://thelucid.com/2006/03/23/code-beauty-vs-obsession/comment-page-1/#comment-2023</link>
		<dc:creator>Jamie Hill</dc:creator>
		<pubDate>Mon, 27 Mar 2006 15:23:29 +0000</pubDate>
		<guid isPermaLink="false">http://f2f1ebaab0bb2d3ee95f1cfc0e205be3#comment-2023</guid>
		<description>I&#039;ll take your word for it.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll take your word for it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

