<?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: Code commenting: one of the casualties of outsourcing</title>
	<atom:link href="http://www.cydeweys.com/blog/2008/07/21/code-commenting-one-of-the-casualties-of-outsourcing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cydeweys.com/blog/2008/07/21/code-commenting-one-of-the-casualties-of-outsourcing/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 16:39:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: T2A`</title>
		<link>http://www.cydeweys.com/blog/2008/07/21/code-commenting-one-of-the-casualties-of-outsourcing/comment-page-1/#comment-33019</link>
		<dc:creator>T2A`</dc:creator>
		<pubDate>Wed, 23 Jul 2008 22:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.cydeweys.com/blog/?p=868#comment-33019</guid>
		<description>Properly named variables are a big factor in code readability too, but lots of people don&#039;t seem to notice this.  The overall layout of functions, methods, and classes plays a big role as well.</description>
		<content:encoded><![CDATA[<p>Properly named variables are a big factor in code readability too, but lots of people don&#8217;t seem to notice this.  The overall layout of functions, methods, and classes plays a big role as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://www.cydeweys.com/blog/2008/07/21/code-commenting-one-of-the-casualties-of-outsourcing/comment-page-1/#comment-33013</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Wed, 23 Jul 2008 21:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.cydeweys.com/blog/?p=868#comment-33013</guid>
		<description>Bad comments are quite grim as well. Sometimes it takes more time to understand the comments someone else wrote, than to understand their code; &quot;proper&quot; comments can be gibberish as well.
I never did any serious professional programming but in my (hobby) C programs the only comments I  tend to write are bad jokes, expletives, complaints about how much time it took to write and debug that, copywrong notices, etc etc. I then pass it along. 
If anyone comes back to me with comments about my comments, I know I got someone really interested in my program and do all the best I can to explain it.</description>
		<content:encoded><![CDATA[<p>Bad comments are quite grim as well. Sometimes it takes more time to understand the comments someone else wrote, than to understand their code; &#8220;proper&#8221; comments can be gibberish as well.<br />
I never did any serious professional programming but in my (hobby) C programs the only comments I  tend to write are bad jokes, expletives, complaints about how much time it took to write and debug that, copywrong notices, etc etc. I then pass it along.<br />
If anyone comes back to me with comments about my comments, I know I got someone really interested in my program and do all the best I can to explain it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arensb</title>
		<link>http://www.cydeweys.com/blog/2008/07/21/code-commenting-one-of-the-casualties-of-outsourcing/comment-page-1/#comment-32902</link>
		<dc:creator>arensb</dc:creator>
		<pubDate>Tue, 22 Jul 2008 20:46:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.cydeweys.com/blog/?p=868#comment-32902</guid>
		<description>T2A`
&lt;blockquote&gt;Binary data doesn’t have to be executable to end up gibberish in a text editor. :P&lt;/blockquote&gt;

Heck, if you&#039;ve ever edited a sendmail.cf, you know that it doesn&#039;t even need to be binary to be gibberish.</description>
		<content:encoded><![CDATA[<p>T2A`</p>
<blockquote><p>Binary data doesn’t have to be executable to end up gibberish in a text editor. :P</p></blockquote>
<p>Heck, if you&#8217;ve ever edited a sendmail.cf, you know that it doesn&#8217;t even need to be binary to be gibberish.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arensb</title>
		<link>http://www.cydeweys.com/blog/2008/07/21/code-commenting-one-of-the-casualties-of-outsourcing/comment-page-1/#comment-32892</link>
		<dc:creator>arensb</dc:creator>
		<pubDate>Tue, 22 Jul 2008 18:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.cydeweys.com/blog/?p=868#comment-32892</guid>
		<description>&lt;blockquote&gt;especially the variable names, which followed some kind of naming convention that was completely foreign to me.&lt;/blockquote&gt;
It could be worse, since it sounds as though the variable names were ASCII strings, at least.

In Perl and, I believe, C9x, any character that can appear in a word may be used in an identifier. In a Unicode world, that means the author could have used Korean identifiers, and your job would have been that much harder.</description>
		<content:encoded><![CDATA[<blockquote><p>especially the variable names, which followed some kind of naming convention that was completely foreign to me.</p></blockquote>
<p>It could be worse, since it sounds as though the variable names were ASCII strings, at least.</p>
<p>In Perl and, I believe, C9x, any character that can appear in a word may be used in an identifier. In a Unicode world, that means the author could have used Korean identifiers, and your job would have been that much harder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T2A`</title>
		<link>http://www.cydeweys.com/blog/2008/07/21/code-commenting-one-of-the-casualties-of-outsourcing/comment-page-1/#comment-32865</link>
		<dc:creator>T2A`</dc:creator>
		<pubDate>Tue, 22 Jul 2008 07:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.cydeweys.com/blog/?p=868#comment-32865</guid>
		<description>Binary data doesn&#039;t have to be executable to end up gibberish in a text editor.  :P</description>
		<content:encoded><![CDATA[<p>Binary data doesn&#8217;t have to be executable to end up gibberish in a text editor.  :P</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.260 seconds -->

