<?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: How Simple Do You Have To Be?</title>
	<atom:link href="http://www.codesimplicity.com/archives/8/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codesimplicity.com/archives/8</link>
	<description></description>
	<pubDate>Thu, 04 Dec 2008 21:58:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Max Kanat-Alexander</title>
		<link>http://www.codesimplicity.com/archives/8#comment-499</link>
		<dc:creator>Max Kanat-Alexander</dc:creator>
		<pubDate>Thu, 21 Aug 2008 19:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.codesimplicity.com/archives/8#comment-499</guid>
		<description>Absolutely. :-)

-Max</description>
		<content:encoded><![CDATA[<p>Absolutely. <img src='http://www.codesimplicity.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>-Max</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Pennebaker</title>
		<link>http://www.codesimplicity.com/archives/8#comment-498</link>
		<dc:creator>Andrew Pennebaker</dc:creator>
		<pubDate>Thu, 21 Aug 2008 18:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.codesimplicity.com/archives/8#comment-498</guid>
		<description>Yes, I find that splitting one line of code into n lines to be very favorable. Each middle step uses clearly named variables, unless the process is uber simple like a fibonacci function. When I was working on the Pinky web server, I could have just used four lines of code. But I figured that pulling out constants, converting them into variables, and giving informative names to them would help users configure the software. It's better to waste a few bytes to newlines than spend hours of productivity exploring old and unfamiliar code.

Pinky
http://yellosoft.us/index.php?id=86</description>
		<content:encoded><![CDATA[<p>Yes, I find that splitting one line of code into n lines to be very favorable. Each middle step uses clearly named variables, unless the process is uber simple like a fibonacci function. When I was working on the Pinky web server, I could have just used four lines of code. But I figured that pulling out constants, converting them into variables, and giving informative names to them would help users configure the software. It&#8217;s better to waste a few bytes to newlines than spend hours of productivity exploring old and unfamiliar code.</p>
<p>Pinky<br />
<a href="http://yellosoft.us/index.php?id=86" rel="nofollow">http://yellosoft.us/index.php?id=86</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max Kanat-Alexander</title>
		<link>http://www.codesimplicity.com/archives/8#comment-195</link>
		<dc:creator>Max Kanat-Alexander</dc:creator>
		<pubDate>Tue, 11 Mar 2008 09:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.codesimplicity.com/archives/8#comment-195</guid>
		<description>Well, here's a good example on short notice--a fictional main file for a calendar program:

&lt;pre class="code"&gt;
currentUser = User.log_in()
currentUser.display_calendar()
&lt;/pre&gt;

That would be opposed to a very long string of code accomplishing the same thing with few methods or functions. And of course, there would be various shades of gray in between. :-)

-Max</description>
		<content:encoded><![CDATA[<p>Well, here&#8217;s a good example on short notice&#8211;a fictional main file for a calendar program:</p>
<pre class="code">
currentUser = User.log_in()
currentUser.display_calendar()
</pre>
<p>That would be opposed to a very long string of code accomplishing the same thing with few methods or functions. And of course, there would be various shades of gray in between. <img src='http://www.codesimplicity.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>-Max</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Bolton</title>
		<link>http://www.codesimplicity.com/archives/8#comment-194</link>
		<dc:creator>David Bolton</dc:creator>
		<pubDate>Tue, 11 Mar 2008 04:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.codesimplicity.com/archives/8#comment-194</guid>
		<description>Show me an example of stupid, dumb simple code. (Compared to not so simple)</description>
		<content:encoded><![CDATA[<p>Show me an example of stupid, dumb simple code. (Compared to not so simple)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
