<?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: The Best of Source Code Comments</title> <atom:link href="http://buzzdev.org/software-development/the-best-of-source-code-comments/feed/" rel="self" type="application/rss+xml" /><link>http://buzzdev.org/software-development/the-best-of-source-code-comments/</link> <description>your mobile community [BETA]</description> <lastBuildDate>Fri, 18 Jun 2010 08:17:39 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: nd4spd</title><link>http://buzzdev.org/software-development/the-best-of-source-code-comments/comment-page-1/#comment-2653</link> <dc:creator>nd4spd</dc:creator> <pubDate>Sat, 09 May 2009 15:15:33 +0000</pubDate> <guid isPermaLink="false">http://buzzdev.org/?p=641#comment-2653</guid> <description>lol - i&#039;ve always hated commenting and my code is usually void of any comments.looks like I have an incentive now to comment code :D</description> <content:encoded><![CDATA[<p>lol &#8211; i&#8217;ve always hated commenting and my code is usually void of any comments.</p><p>looks like I have an incentive now to comment code :D</p> ]]></content:encoded> </item> <item><title>By: utak3r</title><link>http://buzzdev.org/software-development/the-best-of-source-code-comments/comment-page-1/#comment-2652</link> <dc:creator>utak3r</dc:creator> <pubDate>Mon, 27 Apr 2009 09:28:06 +0000</pubDate> <guid isPermaLink="false">http://buzzdev.org/?p=641#comment-2652</guid> <description>omg... the counter of wasted hours is so sweet - yet SO TRUE! ;) hehe...</description> <content:encoded><![CDATA[<p>omg&#8230; the counter of wasted hours is so sweet &#8211; yet SO TRUE! ;) hehe&#8230;</p> ]]></content:encoded> </item> <item><title>By: buzz_lightyear</title><link>http://buzzdev.org/software-development/the-best-of-source-code-comments/comment-page-1/#comment-2651</link> <dc:creator>buzz_lightyear</dc:creator> <pubDate>Thu, 23 Apr 2009 15:18:51 +0000</pubDate> <guid isPermaLink="false">http://buzzdev.org/?p=641#comment-2651</guid> <description>hehe..
i am now absolutely in love with the:
&lt;code&gt;// total_hours_wasted_here = 16&lt;/code&gt;:D</description> <content:encoded><![CDATA[<p>hehe..<br /> i am now absolutely in love with the:<br /> <code>// total_hours_wasted_here = 16</code></p><p>:D</p> ]]></content:encoded> </item> <item><title>By: DaveShaw</title><link>http://buzzdev.org/software-development/the-best-of-source-code-comments/comment-page-1/#comment-2650</link> <dc:creator>DaveShaw</dc:creator> <pubDate>Thu, 23 Apr 2009 15:06:57 +0000</pubDate> <guid isPermaLink="false">http://buzzdev.org/?p=641#comment-2650</guid> <description>I sometimes get comment happy and have code like
&lt;code&gt;
//Load the XML from the system.
string xml = LoadXML();
//Validate XML
If (Validate(xml))
{
//Display XML
DisplayXML();
}
&lt;/code&gt;I&#039;m not sure why I do this, I just get carried away and have to remove them all later :DDave</description> <content:encoded><![CDATA[<p>I sometimes get comment happy and have code like<br /> <code><br /> //Load the XML from the system.<br /> string xml = LoadXML();<br /> //Validate XML<br /> If (Validate(xml))<br /> {<br /> //Display XML<br /> DisplayXML();<br /> }<br /> </code></p><p>I&#8217;m not sure why I do this, I just get carried away and have to remove them all later :D</p><p>Dave</p> ]]></content:encoded> </item> </channel> </rss>