<?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: Four Things to Know when Writing Comments</title>
	<atom:link href="/2010/06/27/four-things-to-know-when-writing-comments/feed/" rel="self" type="application/rss+xml" />
	<link>/2010/06/27/four-things-to-know-when-writing-comments/</link>
	<description>on web development</description>
	<lastBuildDate>Fri, 26 Oct 2018 21:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>By: Stoimen</title>
		<link>/2010/06/27/four-things-to-know-when-writing-comments/comment-page-1/#comment-13199</link>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
		<pubDate>Sun, 27 Jun 2010 13:51:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=1668#comment-13199</guid>
		<description><![CDATA[Of course the most important thing is the source code, and than comes everything else, including the comments. If the code is well designed and it is &quot;self commented&quot; than the comments are not so important.

My experience is that even there are lots of comments into the source - most of the time the developers don&#039;t read them. That&#039;s partly because there is so much code out there which is poorly commented and we all skip reading them when they exist. That doesn&#039;t mean that writing comments is bad!]]></description>
		<content:encoded><![CDATA[<p>Of course the most important thing is the source code, and than comes everything else, including the comments. If the code is well designed and it is &#8220;self commented&#8221; than the comments are not so important.</p>
<p>My experience is that even there are lots of comments into the source &#8211; most of the time the developers don&#8217;t read them. That&#8217;s partly because there is so much code out there which is poorly commented and we all skip reading them when they exist. That doesn&#8217;t mean that writing comments is bad!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cyril Gupta</title>
		<link>/2010/06/27/four-things-to-know-when-writing-comments/comment-page-1/#comment-13198</link>
		<dc:creator><![CDATA[Cyril Gupta]]></dc:creator>
		<pubDate>Sun, 27 Jun 2010 11:10:53 +0000</pubDate>
		<guid isPermaLink="false">/?p=1668#comment-13198</guid>
		<description><![CDATA[I was one of those old-school guys who paid a lot of stress on comments, but a couple of years ago I realized that all that investment wasn&#039;t paying off. My coders weren&#039;t finding it any easier to manage code that was well-commented if it wasn&#039;t well-written.

I discovered that if the code is well-written, properly divided up into classes, functions and modules and has intelligent function names then heavy commenting is counter-productive. 

So now the only comment I ask my people to put in is the line that defines what each function does and I don&#039;t have any green within the functions themselves.

As I expected me or my coders aren&#039;t having any major problem understanding what&#039;s going on... The comments weren&#039;t helping.

Any thoughts on that experience?]]></description>
		<content:encoded><![CDATA[<p>I was one of those old-school guys who paid a lot of stress on comments, but a couple of years ago I realized that all that investment wasn&#8217;t paying off. My coders weren&#8217;t finding it any easier to manage code that was well-commented if it wasn&#8217;t well-written.</p>
<p>I discovered that if the code is well-written, properly divided up into classes, functions and modules and has intelligent function names then heavy commenting is counter-productive. </p>
<p>So now the only comment I ask my people to put in is the line that defines what each function does and I don&#8217;t have any green within the functions themselves.</p>
<p>As I expected me or my coders aren&#8217;t having any major problem understanding what&#8217;s going on&#8230; The comments weren&#8217;t helping.</p>
<p>Any thoughts on that experience?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
