<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Open minds leads to freedom</title>
	
	<link>http://rafaelnaufal.com/blog</link>
	<description>Communicating my thoughts on software development</description>
	<lastBuildDate>Thu, 03 Jan 2013 12:59:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/rafaelnaufal-comments-rss" /><feedburner:info uri="rafaelnaufal-comments-rss" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://superfeedr.com/hubbub" /><item>
		<title>Comment on Configuration classes with Enums by Bruno Patini Furtado</title>
		<link>http://feedproxy.google.com/~r/rafaelnaufal-comments-rss/~3/Or1I9tMXHPg/</link>
		<dc:creator>Bruno Patini Furtado</dc:creator>
		<pubDate>Thu, 03 Jan 2013 12:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://rafaelnaufal.com/blog/?p=324#comment-821</guid>
		<description>Nice tip!</description>
		<content:encoded><![CDATA[<p>Nice tip!</p>
<img src="http://feeds.feedburner.com/~r/rafaelnaufal-comments-rss/~4/Or1I9tMXHPg" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://rafaelnaufal.com/blog/2010/09/23/configuration-classes-with-enums/comment-page-1/#comment-821</feedburner:origLink></item>
	<item>
		<title>Comment on Singleton in Java with Enum types by Rohit5</title>
		<link>http://feedproxy.google.com/~r/rafaelnaufal-comments-rss/~3/sSGqLb5k38M/</link>
		<dc:creator>Rohit5</dc:creator>
		<pubDate>Tue, 02 Oct 2012 08:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://rafaelnaufal.com/blog/?p=312#comment-787</guid>
		<description>From Java 5 on wards you can also use &lt;b&gt;&lt;a href="http://javarevisited.blogspot.tw/2012/07/why-enum-singleton-are-better-in-java.html" rel="nofollow"&gt;Java Enum as Singleton class&lt;/a&gt;&lt;/b&gt;, its simpler, thread-safe, handles serialization and neat.</description>
		<content:encoded><![CDATA[<p>From Java 5 on wards you can also use <b><a href="http://javarevisited.blogspot.tw/2012/07/why-enum-singleton-are-better-in-java.html" rel="nofollow">Java Enum as Singleton class</a></b>, its simpler, thread-safe, handles serialization and neat.</p>
<img src="http://feeds.feedburner.com/~r/rafaelnaufal-comments-rss/~4/sSGqLb5k38M" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://rafaelnaufal.com/blog/2010/09/07/singleton-in-java-with-enum-types/comment-page-1/#comment-787</feedburner:origLink></item>
	<item>
		<title>Comment on Java-Quiz: The Iterator Quiz by rnaufal</title>
		<link>http://feedproxy.google.com/~r/rafaelnaufal-comments-rss/~3/fs9-Pp7Gu2I/</link>
		<dc:creator>rnaufal</dc:creator>
		<pubDate>Thu, 05 Aug 2010 02:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://rafaelnaufal.com/blog/?p=267#comment-518</guid>
		<description>And other:&lt;br&gt;&lt;br&gt;&lt;code&gt;&lt;br&gt;final List&lt;String&gt; list = new ArrayList() {{ &lt;br&gt;            add("Hello"); &lt;br&gt;        }};&lt;br&gt;        final Iterator&lt;String&gt; iterator = list.iterator();&lt;br&gt;        System.out.println(iterator.next());&lt;br&gt;        list.add("World");&lt;br&gt;        System.out.println(list.get( 1 ));&lt;br&gt;        System.exit( 0 );&lt;br&gt;        System.out.println(iterator.next());&lt;br&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>And other:</p>
<p><code><br />final List&lt;String&gt; list = new ArrayList() {{ <br />            add("Hello"); <br />        }};<br />        final Iterator&lt;String&gt; iterator = list.iterator();<br />        System.out.println(iterator.next());<br />        list.add("World");<br />        System.out.println(list.get( 1 ));<br />        System.exit( 0 );<br />        System.out.println(iterator.next());<br /></code></p>
<img src="http://feeds.feedburner.com/~r/rafaelnaufal-comments-rss/~4/fs9-Pp7Gu2I" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://rafaelnaufal.com/blog/2010/08/03/java-quiz-the-iterator-quiz/comment-page-1/#comment-518</feedburner:origLink></item>
	<item>
		<title>Comment on Java-Quiz: The Iterator Quiz by rnaufal</title>
		<link>http://feedproxy.google.com/~r/rafaelnaufal-comments-rss/~3/7TIQabQs3hs/</link>
		<dc:creator>rnaufal</dc:creator>
		<pubDate>Thu, 05 Aug 2010 02:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://rafaelnaufal.com/blog/?p=267#comment-519</guid>
		<description>I think one possible solution is:&lt;br&gt;&lt;br&gt;&lt;code&gt;&lt;br&gt; final List&lt;String&gt; list = new ArrayList() {{ &lt;br&gt;            add("Hello"); &lt;br&gt;        }};&lt;br&gt;        final Iterator&lt;String&gt; iterator = list.iterator();&lt;br&gt;        System.out.println(iterator.next());&lt;br&gt;        list.add("World");&lt;br&gt;        System.out.println(list.get( 1 ));&lt;br&gt;        try&lt;br&gt;        {&lt;br&gt;            System.out.println(iterator.next());&lt;br&gt;        } catch ( Exception e )&lt;br&gt;        {&lt;br&gt;        }&lt;br&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I think one possible solution is:</p>
<p><code><br /> final List&lt;String&gt; list = new ArrayList() {{ <br />            add("Hello"); <br />        }};<br />        final Iterator&lt;String&gt; iterator = list.iterator();<br />        System.out.println(iterator.next());<br />        list.add("World");<br />        System.out.println(list.get( 1 ));<br />        try<br />        {<br />            System.out.println(iterator.next());<br />        } catch ( Exception e )<br />        {<br />        }<br /></code></p>
<img src="http://feeds.feedburner.com/~r/rafaelnaufal-comments-rss/~4/7TIQabQs3hs" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://rafaelnaufal.com/blog/2010/08/03/java-quiz-the-iterator-quiz/comment-page-1/#comment-519</feedburner:origLink></item>
	<item>
		<title>Comment on JDK7 Tackles Java Verbosity by Bruno</title>
		<link>http://feedproxy.google.com/~r/rafaelnaufal-comments-rss/~3/PwDgQi8mmQI/</link>
		<dc:creator>Bruno</dc:creator>
		<pubDate>Sat, 20 Mar 2010 14:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://rafaelnaufal.com/blog/?p=86#comment-389</guid>
		<description>I'm still more fond of the Groovy syntax to Lists and Maps: 

def list = [5, 6, 7, 8]

def map = [name:"Gromit", likes:"cheese", id:1234]

:)</description>
		<content:encoded><![CDATA[<p>I&#8217;m still more fond of the Groovy syntax to Lists and Maps: </p>
<p>def list = [5, 6, 7, 8]</p>
<p>def map = [name:"Gromit", likes:"cheese", id:1234]</p>
<p> <img src='http://rafaelnaufal.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img src="http://feeds.feedburner.com/~r/rafaelnaufal-comments-rss/~4/PwDgQi8mmQI" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://rafaelnaufal.com/blog/2009/09/22/jdk7-tackles-java-verbosity/comment-page-1/#comment-389</feedburner:origLink></item>
	<item>
		<title>Comment on My first experiences on a Scrum team by Ariel Cook</title>
		<link>http://feedproxy.google.com/~r/rafaelnaufal-comments-rss/~3/Wev0I99wm1g/</link>
		<dc:creator>Ariel Cook</dc:creator>
		<pubDate>Sun, 21 Feb 2010 17:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://rafaelnaufal.com/blog/?p=183#comment-246</guid>
		<description>I would appreciate more visual materials, to make your blog more attractive, but your writing style really compensates it. But there is always place for improvement</description>
		<content:encoded><![CDATA[<p>I would appreciate more visual materials, to make your blog more attractive, but your writing style really compensates it. But there is always place for improvement</p>
<img src="http://feeds.feedburner.com/~r/rafaelnaufal-comments-rss/~4/Wev0I99wm1g" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://rafaelnaufal.com/blog/2009/12/02/my-first-experiences-on-a-scrum-team/comment-page-1/#comment-246</feedburner:origLink></item>
	<item>
		<title>Comment on Using Scala to update LiveJournal tags – Part I by Microwave Manualunjuctphync</title>
		<link>http://feedproxy.google.com/~r/rafaelnaufal-comments-rss/~3/Kr6OLJ1E8WM/</link>
		<dc:creator>Microwave Manualunjuctphync</dc:creator>
		<pubDate>Fri, 19 Feb 2010 03:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://rnaufal.wordpress.com/2009/05/23/using-scala-to-update-livejournal-tags-part-i/#comment-244</guid>
		<description>Hey there thanks regarding your post.I truly enjoy your site.Its extremely informative.On the other hand I actually want you to post how you put social bookmarking below your post.My partner and i like it because it's a very clean cool blogger mod.
thank you very much</description>
		<content:encoded><![CDATA[<p>Hey there thanks regarding your post.I truly enjoy your site.Its extremely informative.On the other hand I actually want you to post how you put social bookmarking below your post.My partner and i like it because it&#8217;s a very clean cool blogger mod.<br />
thank you very much</p>
<img src="http://feeds.feedburner.com/~r/rafaelnaufal-comments-rss/~4/Kr6OLJ1E8WM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://rafaelnaufal.com/blog/2009/05/23/using-scala-to-update-livejournal-tags-part-i/comment-page-1/#comment-244</feedburner:origLink></item>
	<item>
		<title>Comment on The power of pair programming by Ross Huggett</title>
		<link>http://feedproxy.google.com/~r/rafaelnaufal-comments-rss/~3/LeWzNdQSMWQ/</link>
		<dc:creator>Ross Huggett</dc:creator>
		<pubDate>Mon, 01 Feb 2010 10:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://rafaelnaufal.com/blog/?p=206#comment-184</guid>
		<description>Nice post. My experiences are that it's more effective than a separate code review.</description>
		<content:encoded><![CDATA[<p>Nice post. My experiences are that it&#8217;s more effective than a separate code review.</p>
<img src="http://feeds.feedburner.com/~r/rafaelnaufal-comments-rss/~4/LeWzNdQSMWQ" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://rafaelnaufal.com/blog/2010/01/14/the-power-of-pair-programming/comment-page-1/#comment-184</feedburner:origLink></item>
	<item>
		<title>Comment on The power of pair programming by Ross Huggett</title>
		<link>http://feedproxy.google.com/~r/rafaelnaufal-comments-rss/~3/ha_K6ZE-aJI/</link>
		<dc:creator>Ross Huggett</dc:creator>
		<pubDate>Mon, 01 Feb 2010 10:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://rafaelnaufal.com/blog/?p=206#comment-573</guid>
		<description>Nice post. My experiences are that it's more effective than a separate code review.</description>
		<content:encoded><![CDATA[<p>Nice post. My experiences are that it&#8217;s more effective than a separate code review.</p>
<img src="http://feeds.feedburner.com/~r/rafaelnaufal-comments-rss/~4/ha_K6ZE-aJI" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://rafaelnaufal.com/blog/2010/01/14/the-power-of-pair-programming/comment-page-1/#comment-573</feedburner:origLink></item>
	<item>
		<title>Comment on The power of pair programming by Rodrigo Martins</title>
		<link>http://feedproxy.google.com/~r/rafaelnaufal-comments-rss/~3/mFpywy1f2LY/</link>
		<dc:creator>Rodrigo Martins</dc:creator>
		<pubDate>Sat, 16 Jan 2010 13:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://rafaelnaufal.com/blog/?p=206#comment-111</guid>
		<description>I like pair programming. With pair programming, both co-workers increase their business and technical knowledge.</description>
		<content:encoded><![CDATA[<p>I like pair programming. With pair programming, both co-workers increase their business and technical knowledge.</p>
<img src="http://feeds.feedburner.com/~r/rafaelnaufal-comments-rss/~4/mFpywy1f2LY" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://rafaelnaufal.com/blog/2010/01/14/the-power-of-pair-programming/comment-page-1/#comment-111</feedburner:origLink></item>
</channel>
</rss>
