<?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: When Commented-Out Code Is Acceptable</title> <atom:link href="http://davybrion.com/blog/2008/09/when-commented-out-code-is-acceptable/feed/" rel="self" type="application/rss+xml" /><link>http://davybrion.com/blog/2008/09/when-commented-out-code-is-acceptable/</link> <description>inquisitive: adjective. given to inquiry, research, or asking questions; eager for knowledge; intellectually curious</description> <lastBuildDate>Wed, 08 Feb 2012 11:42:42 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Alexander Byndyu</title><link>http://davybrion.com/blog/2008/09/when-commented-out-code-is-acceptable/comment-page-1/#comment-3697</link> <dc:creator>Alexander Byndyu</dc:creator> <pubDate>Fri, 17 Oct 2008 07:52:51 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=463#comment-3697</guid> <description>Sorry for using &lt; in previous comment =)I like to use XML comment for &quot;example&quot; and &quot;exception&quot; public properties/function information.</description> <content:encoded><![CDATA[<p>Sorry for using &lt; in previous comment =)</p><p>I like to use XML comment for &#8220;example&#8221; and &#8220;exception&#8221; public properties/function information.</p> ]]></content:encoded> </item> <item><title>By: Alexander Byndyu</title><link>http://davybrion.com/blog/2008/09/when-commented-out-code-is-acceptable/comment-page-1/#comment-3696</link> <dc:creator>Alexander Byndyu</dc:creator> <pubDate>Fri, 17 Oct 2008 07:51:28 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=463#comment-3696</guid> <description>HiI like to use XML comment for  and  public properties/function information.</description> <content:encoded><![CDATA[<p>Hi</p><p>I like to use XML comment for  and  public properties/function information.</p> ]]></content:encoded> </item> <item><title>By: Davy Brion</title><link>http://davybrion.com/blog/2008/09/when-commented-out-code-is-acceptable/comment-page-1/#comment-3596</link> <dc:creator>Davy Brion</dc:creator> <pubDate>Wed, 15 Oct 2008 05:00:46 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=463#comment-3596</guid> <description>nice! didn&#039;t know about that one :)</description> <content:encoded><![CDATA[<p>nice! didn&#8217;t know about that one <img
src='http://d18sni7re4ly7f.cloudfront.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Brian Genisio</title><link>http://davybrion.com/blog/2008/09/when-commented-out-code-is-acceptable/comment-page-1/#comment-3582</link> <dc:creator>Brian Genisio</dc:creator> <pubDate>Tue, 14 Oct 2008 23:03:06 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=463#comment-3582</guid> <description>For your second case, Nunit has an attribute called &quot;Explicit&quot;.  It is kind of like &quot;Ignore&quot; but not as strong... you can still click on the test and run it... explicitly.  It just doesn&#039;t get run automatically.What do you think of that approach?</description> <content:encoded><![CDATA[<p>For your second case, Nunit has an attribute called &#8220;Explicit&#8221;.  It is kind of like &#8220;Ignore&#8221; but not as strong&#8230; you can still click on the test and run it&#8230; explicitly.  It just doesn&#8217;t get run automatically.</p><p>What do you think of that approach?</p> ]]></content:encoded> </item> <item><title>By: Arjan`s World &#187; LINKBLOG for September 22, 2008</title><link>http://davybrion.com/blog/2008/09/when-commented-out-code-is-acceptable/comment-page-1/#comment-2511</link> <dc:creator>Arjan`s World &#187; LINKBLOG for September 22, 2008</dc:creator> <pubDate>Mon, 22 Sep 2008 20:32:21 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=463#comment-2511</guid> <description>[...] Commented-Out Code and Broken Windows - Jan van Ryswyk &#8216; To me, a piece of code that contains commented-out lines is just another piece of crap &#8216; I always feel like Ive done civilization a service when I remove old commented-out code from version-controlled source, so agreed here. Davy, on the other hand, has some situations where he leaves it, though [...]</description> <content:encoded><![CDATA[<p>[...] Commented-Out Code and Broken Windows &#8211; Jan van Ryswyk &#8216; To me, a piece of code that contains commented-out lines is just another piece of crap &#8216; I always feel like Ive done civilization a service when I remove old commented-out code from version-controlled source, so agreed here. Davy, on the other hand, has some situations where he leaves it, though [...]</p> ]]></content:encoded> </item> <item><title>By: Jan Van Ryswyck</title><link>http://davybrion.com/blog/2008/09/when-commented-out-code-is-acceptable/comment-page-1/#comment-2492</link> <dc:creator>Jan Van Ryswyck</dc:creator> <pubDate>Mon, 22 Sep 2008 07:13:44 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=463#comment-2492</guid> <description>Code can be part of the documentation. To me, this is a different thing. Putting a piece of code in the documentation explaining why it doesn&#039;t perform well is something you do because you care. You, as the code writer, want the code to make sense for the next guy.The commented-out code that I was refering to is just the opposite of care, namely ignorance. This is the worst enemy of any software system.Nice follow-up B.T.W. :-).</description> <content:encoded><![CDATA[<p>Code can be part of the documentation. To me, this is a different thing. Putting a piece of code in the documentation explaining why it doesn&#8217;t perform well is something you do because you care. You, as the code writer, want the code to make sense for the next guy.</p><p>The commented-out code that I was refering to is just the opposite of care, namely ignorance. This is the worst enemy of any software system.</p><p>Nice follow-up B.T.W. <img
src='http://d18sni7re4ly7f.cloudfront.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/10 queries in 0.004 seconds using disk: basic
Object Caching 407/408 objects using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: d18sni7re4ly7f.cloudfront.net

Served from: davybrion.com @ 2012-02-08 18:59:57 -->
