<?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: Java Code Style and some Handy Plugins for Eclipse</title>
	<atom:link href="http://www.stephendowney.net/blog/2007/01/12/java-code-style-and-some-handy-plugins-for-eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stephendowney.net/blog/2007/01/12/java-code-style-and-some-handy-plugins-for-eclipse/</link>
	<description></description>
	<lastBuildDate>Thu, 17 Sep 2009 22:18:35 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stephen Downey</title>
		<link>http://www.stephendowney.net/blog/2007/01/12/java-code-style-and-some-handy-plugins-for-eclipse/comment-page-1/#comment-35518</link>
		<dc:creator>Stephen Downey</dc:creator>
		<pubDate>Tue, 10 Feb 2009 21:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.stephendowney.net/blog/2007/01/12/java-code-style-and-some-handy-plugins-for-eclipse/#comment-35518</guid>
		<description>Hey &quot;Fred Coder&quot;,
Thanks for your feedback, I appreciate your view, however I would tend to disagree with you about redundant braces.  

I think these are a necessity in coding and help to provide clean consistent code that can be easily picked up and followed.</description>
		<content:encoded><![CDATA[<p>Hey &#8220;Fred Coder&#8221;,<br />
Thanks for your feedback, I appreciate your view, however I would tend to disagree with you about redundant braces.  </p>
<p>I think these are a necessity in coding and help to provide clean consistent code that can be easily picked up and followed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred Coder</title>
		<link>http://www.stephendowney.net/blog/2007/01/12/java-code-style-and-some-handy-plugins-for-eclipse/comment-page-1/#comment-35514</link>
		<dc:creator>Fred Coder</dc:creator>
		<pubDate>Mon, 09 Feb 2009 23:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.stephendowney.net/blog/2007/01/12/java-code-style-and-some-handy-plugins-for-eclipse/#comment-35514</guid>
		<description>I think you need a better example... This statement:
if (testBoolean) myNum++;

is concise and clear as a bell.   I can&#039;t imagine anyone being confused as to whether the if statement applies to following code.  The following code will NOT be indented, and neither is there an opening brace.   (Its even more clear if you adopt a style that has opening braces always on the next line from an if/for/etc)

Putting in redundant braces simply clutters up the code and makes it harder to navigate through quickly.</description>
		<content:encoded><![CDATA[<p>I think you need a better example&#8230; This statement:<br />
if (testBoolean) myNum++;</p>
<p>is concise and clear as a bell.   I can&#8217;t imagine anyone being confused as to whether the if statement applies to following code.  The following code will NOT be indented, and neither is there an opening brace.   (Its even more clear if you adopt a style that has opening braces always on the next line from an if/for/etc)</p>
<p>Putting in redundant braces simply clutters up the code and makes it harder to navigate through quickly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Downey</title>
		<link>http://www.stephendowney.net/blog/2007/01/12/java-code-style-and-some-handy-plugins-for-eclipse/comment-page-1/#comment-10588</link>
		<dc:creator>Stephen Downey</dc:creator>
		<pubDate>Fri, 12 Jan 2007 11:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.stephendowney.net/blog/2007/01/12/java-code-style-and-some-handy-plugins-for-eclipse/#comment-10588</guid>
		<description>Paul,

I haven&#039;t tried Coverlipse yet, just came across it in the article above but it would be good to get a code coverage tool.

Have you stopped developing No-unit, if not would you try to build an Eclipse plugin for it?  It would be a good way to get your tool to a lot of developers.

Stephen</description>
		<content:encoded><![CDATA[<p>Paul,</p>
<p>I haven&#8217;t tried Coverlipse yet, just came across it in the article above but it would be good to get a code coverage tool.</p>
<p>Have you stopped developing No-unit, if not would you try to build an Eclipse plugin for it?  It would be a good way to get your tool to a lot of developers.</p>
<p>Stephen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Browne - TIPE</title>
		<link>http://www.stephendowney.net/blog/2007/01/12/java-code-style-and-some-handy-plugins-for-eclipse/comment-page-1/#comment-10587</link>
		<dc:creator>Paul Browne - TIPE</dc:creator>
		<pubDate>Fri, 12 Jan 2007 11:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.stephendowney.net/blog/2007/01/12/java-code-style-and-some-handy-plugins-for-eclipse/#comment-10587</guid>
		<description>Stephen,

Good to see that you&#039;re using coverlipse. We had a similar (open source) project called &lt;a href=&quot;http://www.firstpartners.net/blog/category/nounit/&quot; rel=&quot;nofollow&quot;&gt;NoUnit&lt;/a&gt; on the go - still usable but Coverlipse probably has the edge (with Eclipse integration).

Paul</description>
		<content:encoded><![CDATA[<p>Stephen,</p>
<p>Good to see that you&#8217;re using coverlipse. We had a similar (open source) project called <a href="http://www.firstpartners.net/blog/category/nounit/" rel="nofollow">NoUnit</a> on the go &#8211; still usable but Coverlipse probably has the edge (with Eclipse integration).</p>
<p>Paul</p>
]]></content:encoded>
	</item>
</channel>
</rss>
