<?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: Six Easy Tips for More Maintainable Code</title>
	<atom:link href="http://seanskti.wordpress.com/2006/10/08/six-easy-tips-for-more-maintainable-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://seanskti.wordpress.com/2006/10/08/six-easy-tips-for-more-maintainable-code/</link>
	<description></description>
	<pubDate>Fri, 04 Jul 2008 14:04:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>By: Zustandsforschung &#187; Top 10 Liste für besseren Code</title>
		<link>http://seanskti.wordpress.com/2006/10/08/six-easy-tips-for-more-maintainable-code/#comment-4910</link>
		<dc:creator>Zustandsforschung &#187; Top 10 Liste für besseren Code</dc:creator>
		<pubDate>Mon, 15 Oct 2007 12:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://seanskti.wordpress.com/2006/10/08/six-easy-tips-for-more-maintainable-code/#comment-4910</guid>
		<description>[...] Six Easy Tips for More Maintainable Code [...]</description>
		<content:encoded><![CDATA[<p>[...] Six Easy Tips for More Maintainable Code [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kas &#187; Шесть советов по написанию более понятного программного кода</title>
		<link>http://seanskti.wordpress.com/2006/10/08/six-easy-tips-for-more-maintainable-code/#comment-4086</link>
		<dc:creator>kas &#187; Шесть советов по написанию более понятного программного кода</dc:creator>
		<pubDate>Thu, 30 Aug 2007 00:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://seanskti.wordpress.com/2006/10/08/six-easy-tips-for-more-maintainable-code/#comment-4086</guid>
		<description>[...] Cohen) (how to write maintainable code), 6 советов от Шона Келли (Sean Kelly) (more maintainable code) и 12 советов от Джоэла Сполски (Joel Spolsky) (12 steps to better [...]</description>
		<content:encoded><![CDATA[<p>[...] Cohen) (how to write maintainable code), 6 советов от Шона Келли (Sean Kelly) (more maintainable code) и 12 советов от Джоэла Сполски (Joel Spolsky) (12 steps to better [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Top 10 Liste für besseren Code &#124; Zustandsforschung</title>
		<link>http://seanskti.wordpress.com/2006/10/08/six-easy-tips-for-more-maintainable-code/#comment-2972</link>
		<dc:creator>Top 10 Liste für besseren Code &#124; Zustandsforschung</dc:creator>
		<pubDate>Tue, 14 Aug 2007 07:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://seanskti.wordpress.com/2006/10/08/six-easy-tips-for-more-maintainable-code/#comment-2972</guid>
		<description>[...] Six Easy Tips for More Maintainable Code [...]</description>
		<content:encoded><![CDATA[<p>[...] Six Easy Tips for More Maintainable Code [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Kelly</title>
		<link>http://seanskti.wordpress.com/2006/10/08/six-easy-tips-for-more-maintainable-code/#comment-1040</link>
		<dc:creator>Sean Kelly</dc:creator>
		<pubDate>Thu, 31 May 2007 16:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://seanskti.wordpress.com/2006/10/08/six-easy-tips-for-more-maintainable-code/#comment-1040</guid>
		<description>That is a good point.  However, sometimes performance or other concerns win out over simplicity or readability.</description>
		<content:encoded><![CDATA[<p>That is a good point.  However, sometimes performance or other concerns win out over simplicity or readability.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cesar</title>
		<link>http://seanskti.wordpress.com/2006/10/08/six-easy-tips-for-more-maintainable-code/#comment-1001</link>
		<dc:creator>Cesar</dc:creator>
		<pubDate>Thu, 31 May 2007 06:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://seanskti.wordpress.com/2006/10/08/six-easy-tips-for-more-maintainable-code/#comment-1001</guid>
		<description>Great entry! Let me make a small comment if I may. You write:

  3. Explain anything unusual or complicated.

I would rather say: if you find code which you think is unusual or complicated then you are probably doing something wrong or there might be simpler way. If you think the code is complicated / unusual while you are writing it then in two months it will be a complete nightmare. Chances are you could probably make is simpler by thinking a bit more about it. 

This is something I read in Code Complete written by Steven C. McConnell (http://cc2e.com/) which is an excellent book on this subject.</description>
		<content:encoded><![CDATA[<p>Great entry! Let me make a small comment if I may. You write:</p>
<p>  3. Explain anything unusual or complicated.</p>
<p>I would rather say: if you find code which you think is unusual or complicated then you are probably doing something wrong or there might be simpler way. If you think the code is complicated / unusual while you are writing it then in two months it will be a complete nightmare. Chances are you could probably make is simpler by thinking a bit more about it. </p>
<p>This is something I read in Code Complete written by Steven C. McConnell (http://cc2e.com/) which is an excellent book on this subject.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Kelly</title>
		<link>http://seanskti.wordpress.com/2006/10/08/six-easy-tips-for-more-maintainable-code/#comment-289</link>
		<dc:creator>Sean Kelly</dc:creator>
		<pubDate>Thu, 12 Apr 2007 04:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://seanskti.wordpress.com/2006/10/08/six-easy-tips-for-more-maintainable-code/#comment-289</guid>
		<description>Why?</description>
		<content:encoded><![CDATA[<p>Why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ExLabordiner</title>
		<link>http://seanskti.wordpress.com/2006/10/08/six-easy-tips-for-more-maintainable-code/#comment-286</link>
		<dc:creator>ExLabordiner</dc:creator>
		<pubDate>Wed, 11 Apr 2007 23:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://seanskti.wordpress.com/2006/10/08/six-easy-tips-for-more-maintainable-code/#comment-286</guid>
		<description>Please, give me contact address (email or msn) of this site administrator... 
Thanks!</description>
		<content:encoded><![CDATA[<p>Please, give me contact address (email or msn) of this site administrator&#8230;<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Tomkins&#8217; Blog &#187; Blog Archive &#187; Six Easy Tips for Writing Maintainable Code</title>
		<link>http://seanskti.wordpress.com/2006/10/08/six-easy-tips-for-more-maintainable-code/#comment-80</link>
		<dc:creator>Chris Tomkins&#8217; Blog &#187; Blog Archive &#187; Six Easy Tips for Writing Maintainable Code</dc:creator>
		<pubDate>Wed, 25 Oct 2006 09:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://seanskti.wordpress.com/2006/10/08/six-easy-tips-for-more-maintainable-code/#comment-80</guid>
		<description>[...] Discovered this blog posting by accident (searching for some contact details of a friend who is a namesake of this person!) and thought it was quite interesting. It still amazes me when reading code how often people neglect to do even the simple things. [...]</description>
		<content:encoded><![CDATA[<p>[...] Discovered this blog posting by accident (searching for some contact details of a friend who is a namesake of this person!) and thought it was quite interesting. It still amazes me when reading code how often people neglect to do even the simple things. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
