<?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: Reviewer Notes: What we look for in Code Commenting and Help Documentation</title>
	<atom:link href="http://blog.activeden.net/resources/reviewer-notes-what-we-look-for-in-code-commenting-and-help-documentation/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.activeden.net/resources/reviewer-notes-what-we-look-for-in-code-commenting-and-help-documentation/</link>
	<description>The FlashDen Blog</description>
	<lastBuildDate>Sat, 28 Nov 2009 19:18:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: - Flash Spec -</title>
		<link>http://blog.activeden.net/resources/reviewer-notes-what-we-look-for-in-code-commenting-and-help-documentation/comment-page-1/#comment-2161</link>
		<dc:creator>- Flash Spec -</dc:creator>
		<pubDate>Fri, 27 Feb 2009 02:45:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashden.net/?p=1163#comment-2161</guid>
		<description>JordanK, it&#039;s not about file rejection, it&#039;s about file usage. If there&#039;s no need in comment, you don&#039;t wright it. Whoever gets into your code, already knows to read it. Comments are required in non-self-explanatory and non-obvious situations.
 So, in your case, you&#039;d better write a comment explaining what is &quot;foo&quot;</description>
		<content:encoded><![CDATA[<p>JordanK, it&#8217;s not about file rejection, it&#8217;s about file usage. If there&#8217;s no need in comment, you don&#8217;t wright it. Whoever gets into your code, already knows to read it. Comments are required in non-self-explanatory and non-obvious situations.<br />
 So, in your case, you&#8217;d better write a comment explaining what is &#8220;foo&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JordanK</title>
		<link>http://blog.activeden.net/resources/reviewer-notes-what-we-look-for-in-code-commenting-and-help-documentation/comment-page-1/#comment-2136</link>
		<dc:creator>JordanK</dc:creator>
		<pubDate>Tue, 24 Feb 2009 23:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashden.net/?p=1163#comment-2136</guid>
		<description>On the note about comments and verbose comments, many people would see the following:

//returns foo
function getFoo():Foo{
  return Foo;
}

as verbose because the function is self-explanatory and doesn&#039;t really require a comment.  So does every function require a comment or just functions that aren&#039;t simple getter/setter functions?  I&#039;ll probably just comment every function anyways to avoid the possibility of rejection but ideally I wouldn&#039;t bother writing such comments.</description>
		<content:encoded><![CDATA[<p>On the note about comments and verbose comments, many people would see the following:</p>
<p>//returns foo<br />
function getFoo():Foo{<br />
  return Foo;<br />
}</p>
<p>as verbose because the function is self-explanatory and doesn&#8217;t really require a comment.  So does every function require a comment or just functions that aren&#8217;t simple getter/setter functions?  I&#8217;ll probably just comment every function anyways to avoid the possibility of rejection but ideally I wouldn&#8217;t bother writing such comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reaper-Media</title>
		<link>http://blog.activeden.net/resources/reviewer-notes-what-we-look-for-in-code-commenting-and-help-documentation/comment-page-1/#comment-2131</link>
		<dc:creator>Reaper-Media</dc:creator>
		<pubDate>Tue, 24 Feb 2009 18:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashden.net/?p=1163#comment-2131</guid>
		<description>great tips, i had an item rejected once because of little AS comments, it only took 5 mins to update it :)</description>
		<content:encoded><![CDATA[<p>great tips, i had an item rejected once because of little AS comments, it only took 5 mins to update it <img src='http://blog.activeden.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: animike</title>
		<link>http://blog.activeden.net/resources/reviewer-notes-what-we-look-for-in-code-commenting-and-help-documentation/comment-page-1/#comment-2130</link>
		<dc:creator>animike</dc:creator>
		<pubDate>Tue, 24 Feb 2009 17:19:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashden.net/?p=1163#comment-2130</guid>
		<description>It also helps when the purchaser actually reads your help files before they ask you questions. In my experience this happens 1 out of 10 times. :)</description>
		<content:encoded><![CDATA[<p>It also helps when the purchaser actually reads your help files before they ask you questions. In my experience this happens 1 out of 10 times. <img src='http://blog.activeden.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SparkyFlash</title>
		<link>http://blog.activeden.net/resources/reviewer-notes-what-we-look-for-in-code-commenting-and-help-documentation/comment-page-1/#comment-2129</link>
		<dc:creator>SparkyFlash</dc:creator>
		<pubDate>Tue, 24 Feb 2009 12:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashden.net/?p=1163#comment-2129</guid>
		<description>Great tips! Although I don&#039;t have many items for sale on FD, I always try to include as thorough documentation as possible. I think it really helps when a customer can find a necessary answer with step-by-step instructions and doesn&#039;t have to go online and ask the question in the item thread.</description>
		<content:encoded><![CDATA[<p>Great tips! Although I don&#8217;t have many items for sale on FD, I always try to include as thorough documentation as possible. I think it really helps when a customer can find a necessary answer with step-by-step instructions and doesn&#8217;t have to go online and ask the question in the item thread.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sike</title>
		<link>http://blog.activeden.net/resources/reviewer-notes-what-we-look-for-in-code-commenting-and-help-documentation/comment-page-1/#comment-2128</link>
		<dc:creator>sike</dc:creator>
		<pubDate>Tue, 24 Feb 2009 09:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashden.net/?p=1163#comment-2128</guid>
		<description>Nice advice, maybe I need to remove some FAQ in the item description now.</description>
		<content:encoded><![CDATA[<p>Nice advice, maybe I need to remove some FAQ in the item description now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

