<?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: Writing Modular Code &#8211; Make it Legible!</title>
	<atom:link href="http://frankkoehl.com/2008/04/writing-modular-code-make-it-legible/feed/" rel="self" type="application/rss+xml" />
	<link>http://frankkoehl.com/2008/04/writing-modular-code-make-it-legible/</link>
	<description>The more you know, the more you don&#039;t know</description>
	<lastBuildDate>Tue, 15 May 2012 23:58:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Frank</title>
		<link>http://frankkoehl.com/2008/04/writing-modular-code-make-it-legible/comment-page-1/#comment-734</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Mon, 16 Feb 2009 01:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://frankkoehl.com/?p=11#comment-734</guid>
		<description>That&#039;s true, Luc, but is that really a problem? If I have them separated by big comment blocks, chances are that I&#039;ve grouped the logic according to some pattern. In that case, I like being forced to comment out code in chunks as it ensures I&#039;m only debugging the critical stuff.</description>
		<content:encoded><![CDATA[<p>That&#8217;s true, Luc, but is that really a problem? If I have them separated by big comment blocks, chances are that I&#8217;ve grouped the logic according to some pattern. In that case, I like being forced to comment out code in chunks as it ensures I&#8217;m only debugging the critical stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luc Martineau</title>
		<link>http://frankkoehl.com/2008/04/writing-modular-code-make-it-legible/comment-page-1/#comment-727</link>
		<dc:creator>Luc Martineau</dc:creator>
		<pubDate>Sat, 14 Feb 2009 22:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://frankkoehl.com/?p=11#comment-727</guid>
		<description>You have a problem with using   /*  ...   */  for comments:
when you want comment a big chunk of code.

code A
/*   Comments  */
Code B
/*   Comments  */
Code C
/*   Comments  */

You will have to comment part A, B and C separately.</description>
		<content:encoded><![CDATA[<p>You have a problem with using   /*  &#8230;   */  for comments:<br />
when you want comment a big chunk of code.</p>
<p>code A<br />
/*   Comments  */<br />
Code B<br />
/*   Comments  */<br />
Code C<br />
/*   Comments  */</p>
<p>You will have to comment part A, B and C separately.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://frankkoehl.com/2008/04/writing-modular-code-make-it-legible/comment-page-1/#comment-130</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Tue, 11 Nov 2008 03:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://frankkoehl.com/?p=11#comment-130</guid>
		<description>Very true, however not every editor has tab adjustment capabilities, but they all display fixed-width fonts. And really, what developer worth his salt uses anything BUT fixed width?

The only exception I&#039;ve found thus far is &lt;a href=&quot;http://notepad-plus.wiki.sourceforge.net/FAQ&quot; rel=&quot;nofollow&quot;&gt;the guy who writes Notepad Plus Plus.&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Very true, however not every editor has tab adjustment capabilities, but they all display fixed-width fonts. And really, what developer worth his salt uses anything BUT fixed width?</p>
<p>The only exception I&#8217;ve found thus far is <a href="http://notepad-plus.wiki.sourceforge.net/FAQ" rel="nofollow">the guy who writes Notepad Plus Plus.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seb</title>
		<link>http://frankkoehl.com/2008/04/writing-modular-code-make-it-legible/comment-page-1/#comment-129</link>
		<dc:creator>seb</dc:creator>
		<pubDate>Mon, 10 Nov 2008 19:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://frankkoehl.com/?p=11#comment-129</guid>
		<description>About tabs vs. spaces indentation :
You can tell your editor to make all tabs n characters long, so it fits your screen and tastes, so I much prefer tabs. You can have 2 spaces wide tabs this way too.
  it renders better with non-fixed-width fonts</description>
		<content:encoded><![CDATA[<p>About tabs vs. spaces indentation :<br />
You can tell your editor to make all tabs n characters long, so it fits your screen and tastes, so I much prefer tabs. You can have 2 spaces wide tabs this way too.<br />
  it renders better with non-fixed-width fonts</p>
]]></content:encoded>
	</item>
</channel>
</rss>

