<?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: Beautiful Code Is Important</title>
	<atom:link href="http://www.symphonious.net/2004/11/27/beautiful-code-is-important/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.symphonious.net/2004/11/27/beautiful-code-is-important/</link>
	<description>Living in a state of accord.</description>
	<pubDate>Fri, 21 Nov 2008 14:24:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Arama Motoru Optimizasyonu</title>
		<link>http://www.symphonious.net/2004/11/27/beautiful-code-is-important/#comment-86179</link>
		<dc:creator>Arama Motoru Optimizasyonu</dc:creator>
		<pubDate>Sat, 09 Jun 2007 20:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=276#comment-86179</guid>
		<description>i agree with code beuty.Becouse codding is a kind of creativity.And creativity requires beauty.</description>
		<content:encoded><![CDATA[<p>i agree with code beuty.Becouse codding is a kind of creativity.And creativity requires beauty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Aquino</title>
		<link>http://www.symphonious.net/2004/11/27/beautiful-code-is-important/#comment-286</link>
		<dc:creator>Jonathan Aquino</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=276#comment-286</guid>
		<description>I let my IDE auto-format my code (on Eclipse, I type Alt-S, O).

I agree that "Code should be a thing of beauty". For me, beauty is of a different kind: beautiful design e.g. judicious application of the GoF design patterns.</description>
		<content:encoded><![CDATA[<p>I let my IDE auto-format my code (on Eclipse, I type Alt-S, O).</p>
<p>I agree that &#8220;Code should be a thing of beauty&#8221;. For me, beauty is of a different kind: beautiful design e.g. judicious application of the GoF design patterns.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Genie</title>
		<link>http://www.symphonious.net/2004/11/27/beautiful-code-is-important/#comment-287</link>
		<dc:creator>Genie</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=276#comment-287</guid>
		<description>Thank's a lot for arrising such an important issue. From what I've seen so far this issue (nice-looking code) is the first to be neglected in most projects ... :(</description>
		<content:encoded><![CDATA[<p>Thank&#8217;s a lot for arrising such an important issue. From what I&#8217;ve seen so far this issue (nice-looking code) is the first to be neglected in most projects &#8230; :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hammett</title>
		<link>http://www.symphonious.net/2004/11/27/beautiful-code-is-important/#comment-288</link>
		<dc:creator>hammett</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=276#comment-288</guid>
		<description>I'd rather replace the word beautiful by elegant. Furthermore, I'm addicted by a kind of intentional programming, so tiny methods body always dispatching to other small methods, even if no method reuse is achieved. 
The code became so tidy that even my grandma can understand.</description>
		<content:encoded><![CDATA[<p>I&#8217;d rather replace the word beautiful by elegant. Furthermore, I&#8217;m addicted by a kind of intentional programming, so tiny methods body always dispatching to other small methods, even if no method reuse is achieved.<br />
The code became so tidy that even my grandma can understand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Farinha</title>
		<link>http://www.symphonious.net/2004/11/27/beautiful-code-is-important/#comment-289</link>
		<dc:creator>Daniel Farinha</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=276#comment-289</guid>
		<description>I agree with Jonathan. To me 'beautiful code' is mostly about design.
Code format/identation is left for my IDE to sort out.
Comments are useful, but mostly to producing javadocs out of the code for API reference. When reading the code, the design should explain itself.
The only thing I worry about in code 'style' is attempting to keep the lines within the 80 character width, and that's because I don't like to scroll horizontaly in my small 15" laptop screen. That also forces me to break down huge lines into bite size 'readable' code.

Having said that, making text files look neat is something we should leave behind. I'm all for breaking away from the text file format and move towards richer binary formats, if that means we have more power to express our design.</description>
		<content:encoded><![CDATA[<p>I agree with Jonathan. To me &#8216;beautiful code&#8217; is mostly about design.<br />
Code format/identation is left for my IDE to sort out.<br />
Comments are useful, but mostly to producing javadocs out of the code for API reference. When reading the code, the design should explain itself.<br />
The only thing I worry about in code &#8217;style&#8217; is attempting to keep the lines within the 80 character width, and that&#8217;s because I don&#8217;t like to scroll horizontaly in my small 15&#8243; laptop screen. That also forces me to break down huge lines into bite size &#8216;readable&#8217; code.</p>
<p>Having said that, making text files look neat is something we should leave behind. I&#8217;m all for breaking away from the text file format and move towards richer binary formats, if that means we have more power to express our design.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://www.symphonious.net/2004/11/27/beautiful-code-is-important/#comment-290</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=276#comment-290</guid>
		<description>I certainly find reading 'beautiful' code more easy than the norm - but I do think I waste too much time beautifying my own code. It's almost an excuse to not start working on the next hard problem, as the current one isn't 'done' until it's pretty.

It should all be delegated to tools.
</description>
		<content:encoded><![CDATA[<p>I certainly find reading &#8216;beautiful&#8217; code more easy than the norm - but I do think I waste too much time beautifying my own code. It&#8217;s almost an excuse to not start working on the next hard problem, as the current one isn&#8217;t &#8216;done&#8217; until it&#8217;s pretty.</p>
<p>It should all be delegated to tools.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
