<?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: Beauty in less code</title>
	<atom:link href="http://warpspire.com/tipsresources/programming/beauty-in-less-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://warpspire.com/tipsresources/programming/beauty-in-less-code/</link>
	<description>my god, it's full of stars</description>
	<pubDate>Mon, 08 Sep 2008 06:11:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Mike Stickel</title>
		<link>http://warpspire.com/tipsresources/programming/beauty-in-less-code/#comment-823</link>
		<dc:creator>Mike Stickel</dc:creator>
		<pubDate>Mon, 17 Apr 2006 17:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/journal/programming/beauty-in-less-code/#comment-823</guid>
		<description>&lt;p&gt;It has taken a long time for me to get to the point where I can optimize/clean my own code and I love it. After a certain point I think all developers ? at least the good ones ? do this. It  is absolutely the best way to work IMO.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It has taken a long time for me to get to the point where I can optimize/clean my own code and I love it. After a certain point I think all developers ? at least the good ones ? do this. It  is absolutely the best way to work IMO.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin D. Devroe</title>
		<link>http://warpspire.com/tipsresources/programming/beauty-in-less-code/#comment-814</link>
		<dc:creator>Colin D. Devroe</dc:creator>
		<pubDate>Sun, 16 Apr 2006 16:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/journal/programming/beauty-in-less-code/#comment-814</guid>
		<description>&lt;p&gt;I do this as well.  My first pass on a project is very very rough, a "get to the idea" type of pass.  Then I go back through to make sure it can take the load.  Then I release it, then whenever I revisit the code I do exactly as you've said, I throw out the parts that are redundant, and do my best to make it as clean as possible.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I do this as well.  My first pass on a project is very very rough, a &#8220;get to the idea&#8221; type of pass.  Then I go back through to make sure it can take the load.  Then I release it, then whenever I revisit the code I do exactly as you&#8217;ve said, I throw out the parts that are redundant, and do my best to make it as clean as possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veracon</title>
		<link>http://warpspire.com/tipsresources/programming/beauty-in-less-code/#comment-812</link>
		<dc:creator>Veracon</dc:creator>
		<pubDate>Sun, 16 Apr 2006 15:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/journal/programming/beauty-in-less-code/#comment-812</guid>
		<description>&lt;p&gt;Thanks for fixing it, just one tiny mistake; it's *args (asterisk), not _args. ;)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for fixing it, just one tiny mistake; it&#8217;s *args (asterisk), not _args. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://warpspire.com/tipsresources/programming/beauty-in-less-code/#comment-810</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Sun, 16 Apr 2006 01:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/journal/programming/beauty-in-less-code/#comment-810</guid>
		<description>&lt;p&gt;Veracon: I fixed it for ya :) Just some strange Markdown parsing stuff.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Veracon: I fixed it for ya :) Just some strange Markdown parsing stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://warpspire.com/tipsresources/programming/beauty-in-less-code/#comment-808</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sat, 15 Apr 2006 14:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/journal/programming/beauty-in-less-code/#comment-808</guid>
		<description>&lt;p&gt;Hear hear! Good words. It's not always easy to want to go back and refactor code. If it works, don't break it, right? But I think it's especially important, as you add features, to think about how the new code interacts with the old code, and find ways to simplify existing stuff.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hear hear! Good words. It&#8217;s not always easy to want to go back and refactor code. If it works, don&#8217;t break it, right? But I think it&#8217;s especially important, as you add features, to think about how the new code interacts with the old code, and find ways to simplify existing stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veracon</title>
		<link>http://warpspire.com/tipsresources/programming/beauty-in-less-code/#comment-805</link>
		<dc:creator>Veracon</dc:creator>
		<pubDate>Sat, 15 Apr 2006 10:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/journal/programming/beauty-in-less-code/#comment-805</guid>
		<description>&lt;p&gt;Where did the indentation go? :O&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Where did the indentation go? :O</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veracon</title>
		<link>http://warpspire.com/tipsresources/programming/beauty-in-less-code/#comment-804</link>
		<dc:creator>Veracon</dc:creator>
		<pubDate>Sat, 15 Apr 2006 10:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/journal/programming/beauty-in-less-code/#comment-804</guid>
		<description>&lt;p&gt;I agree! Though I don't use Rails (or Ruby for that sake), I always do my best to keep my code clean. That's also why I'm writing a tiny Python framework that does what I need and nothing more (unlike Django or like). I'm hoping that a common page might just look something like this:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;def index(self, \*args):
    View('index').render(\*args)
&lt;/code&gt;&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>I agree! Though I don&#8217;t use Rails (or Ruby for that sake), I always do my best to keep my code clean. That&#8217;s also why I&#8217;m writing a tiny Python framework that does what I need and nothing more (unlike Django or like). I&#8217;m hoping that a common page might just look something like this:</p>
<pre><code>def index(self, \*args):
    View('index').render(\*args)
</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tristan Dunn</title>
		<link>http://warpspire.com/tipsresources/programming/beauty-in-less-code/#comment-803</link>
		<dc:creator>Tristan Dunn</dc:creator>
		<pubDate>Sat, 15 Apr 2006 07:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/journal/programming/beauty-in-less-code/#comment-803</guid>
		<description>&lt;p&gt;That's the same reason why I love Rails. Now if I could only settle on one idea and complete it in Rails, that'd be great.&lt;/p&gt;

&lt;p&gt;By the way, your tag links don't work.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>That&#8217;s the same reason why I love Rails. Now if I could only settle on one idea and complete it in Rails, that&#8217;d be great.</p>
<p>By the way, your tag links don&#8217;t work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.285 seconds -->
