<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Comenting out code</title>
	<link>http://hardlikesoftware.com/weblog/2007/11/28/comenting-out-code/</link>
	<description>The writings of John Snyders, mostly about software.</description>
	<pubDate>Thu, 20 Nov 2008 20:43:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>By: David</title>
		<link>http://hardlikesoftware.com/weblog/2007/11/28/comenting-out-code/#comment-3329</link>
		<author>David</author>
		<pubDate>Thu, 29 Nov 2007 19:33:02 +0000</pubDate>
		<guid>http://hardlikesoftware.com/weblog/2007/11/28/comenting-out-code/#comment-3329</guid>
					<description>I couldn't agree more. I also find this widespread practice extremely irritating. Even in the case of "uncomment this code once the foo module is available" I would prefer to use an "ifdef" if possible or at least "TODO: Uncomment this code..." because I will search for those and some IDEs will list them.

Another practice I don't like is people commenting with the name or initials and date of a change:
// jsmith -- 12/1/2003
The source control system will keep track of that information. Over time, code gets filled with this superfluous meta data.</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t agree more. I also find this widespread practice extremely irritating. Even in the case of &#8220;uncomment this code once the foo module is available&#8221; I would prefer to use an &#8220;ifdef&#8221; if possible or at least &#8220;TODO: Uncomment this code&#8230;&#8221; because I will search for those and some IDEs will list them.</p>
<p>Another practice I don&#8217;t like is people commenting with the name or initials and date of a change:<br />
// jsmith &#8212; 12/1/2003<br />
The source control system will keep track of that information. Over time, code gets filled with this superfluous meta data.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
