<?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: Comment Discontent</title>
	<atom:link href="http://basildoncoder.com/blog/2008/07/30/comment-discontent/feed/" rel="self" type="application/rss+xml" />
	<link>http://basildoncoder.com/blog/2008/07/30/comment-discontent/</link>
	<description>Incoherent and disjointed opinionated drivel from somewhere near London</description>
	<lastBuildDate>Fri, 12 Feb 2010 23:33:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kizcorce</title>
		<link>http://basildoncoder.com/blog/2008/07/30/comment-discontent/comment-page-1/#comment-18034</link>
		<dc:creator>kizcorce</dc:creator>
		<pubDate>Wed, 04 Nov 2009 00:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://basildoncoder.com/blog/2008/07/30/comment-discontent/#comment-18034</guid>
		<description>Possibly, but i&#039;m sceptic. Your articulation is pretty, but the tournament is very hards as i see.
    
     
cheers,
______________
kizcorce
&lt;a href=&quot;http://blogcastrepository.com/members/mikeyacai.aspx&quot; rel=&quot;nofollow&quot;&gt;get acai berry&lt;/a&gt;
http://blogcastrepository.com/members/mikeyacai.aspx</description>
		<content:encoded><![CDATA[<p>Possibly, but i&#8217;m sceptic. Your articulation is pretty, but the tournament is very hards as i see.</p>
<p>cheers,<br />
______________<br />
kizcorce<br />
<a href="http://blogcastrepository.com/members/mikeyacai.aspx" rel="nofollow">get acai berry</a><br />
<a href="http://blogcastrepository.com/members/mikeyacai.aspx" rel="nofollow">http://blogcastrepository.com/members/mikeyacai.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Eyde</title>
		<link>http://basildoncoder.com/blog/2008/07/30/comment-discontent/comment-page-1/#comment-3436</link>
		<dc:creator>Thomas Eyde</dc:creator>
		<pubDate>Sun, 24 Aug 2008 19:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://basildoncoder.com/blog/2008/07/30/comment-discontent/#comment-3436</guid>
		<description>It&#039;s possible to use method names as comments without breaking encapsulation:

public double SquareRoot(double n)
{
	//return NewtonRaphsonSquareRoot(n);
	return WalshFastReciprocalSquareRoot(n);
}

private double NewtonRaphsonSquareRoot(double n)
{
	...
}

private double WalshFastReciprocalSquareRoot(double n)
{
	...
}</description>
		<content:encoded><![CDATA[<p>It&#8217;s possible to use method names as comments without breaking encapsulation:</p>
<p>public double SquareRoot(double n)<br />
{<br />
	//return NewtonRaphsonSquareRoot(n);<br />
	return WalshFastReciprocalSquareRoot(n);<br />
}</p>
<p>private double NewtonRaphsonSquareRoot(double n)<br />
{<br />
	&#8230;<br />
}</p>
<p>private double WalshFastReciprocalSquareRoot(double n)<br />
{<br />
	&#8230;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Pietraru</title>
		<link>http://basildoncoder.com/blog/2008/07/30/comment-discontent/comment-page-1/#comment-3043</link>
		<dc:creator>Daniel Pietraru</dc:creator>
		<pubDate>Wed, 30 Jul 2008 23:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://basildoncoder.com/blog/2008/07/30/comment-discontent/#comment-3043</guid>
		<description>Lots of common sense in your post :) Maybe so much some people cannot stomach it. The reality is these little things like comments and variable names  are a frequent cause for flame wars among developers. There is a category of coders who pretend their code is too good to need comments. And always this statement is pure BS. No code is clear or good enough taken out of the context of the original development. Constraints, requirements etc. change in time to the point where the original code seems dumb. If anybody is interested I wrote some of my thoughts on how bad comments are born here: http://littletutorials.com/2008/07/30/how-bad-comments-are-born-in-your-code/

Thanks for the good and entertaining read :)</description>
		<content:encoded><![CDATA[<p>Lots of common sense in your post <img src='http://basildoncoder.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Maybe so much some people cannot stomach it. The reality is these little things like comments and variable names  are a frequent cause for flame wars among developers. There is a category of coders who pretend their code is too good to need comments. And always this statement is pure BS. No code is clear or good enough taken out of the context of the original development. Constraints, requirements etc. change in time to the point where the original code seems dumb. If anybody is interested I wrote some of my thoughts on how bad comments are born here: <a href="http://littletutorials.com/2008/07/30/how-bad-comments-are-born-in-your-code/" rel="nofollow">http://littletutorials.com/2008/07/30/how-bad-comments-are-born-in-your-code/</a></p>
<p>Thanks for the good and entertaining read <img src='http://basildoncoder.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaStormyBlood</title>
		<link>http://basildoncoder.com/blog/2008/07/30/comment-discontent/comment-page-1/#comment-3039</link>
		<dc:creator>DaStormyBlood</dc:creator>
		<pubDate>Wed, 30 Jul 2008 17:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://basildoncoder.com/blog/2008/07/30/comment-discontent/#comment-3039</guid>
		<description>The correct way to handle the square root issue, imho, is as follows: module foo.math; float NewtonRaphsonSquareRoot(); ... module bar.config; public import foo.math: sqrt = NewtonRaphsonSquareRoot; ... module bar.whee; import bar.config; ... sqrt(); ... And so on.</description>
		<content:encoded><![CDATA[<p>The correct way to handle the square root issue, imho, is as follows: module foo.math; float NewtonRaphsonSquareRoot(); &#8230; module bar.config; public import foo.math: sqrt = NewtonRaphsonSquareRoot; &#8230; module bar.whee; import bar.config; &#8230; sqrt(); &#8230; And so on.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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