<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Gurkan Nisanci's Weblog</title>
	<atom:link href="http://nisanci.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://nisanci.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 01 Jun 2007 05:07:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Hello world again! by Gurkan Nisanci</title>
		<link>http://nisanci.wordpress.com/2007/05/31/hello-world/#comment-7</link>
		<dc:creator>Gurkan Nisanci</dc:creator>
		<pubDate>Fri, 01 Jun 2007 05:07:09 +0000</pubDate>
		<guid isPermaLink="false">#comment-7</guid>
		<description>Yes, thanks again Jesus for it 
</description>
		<content:encoded><![CDATA[<p>Yes, thanks again Jesus for it</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello world again! by Jesus Rodriguez</title>
		<link>http://nisanci.wordpress.com/2007/05/31/hello-world/#comment-6</link>
		<dc:creator>Jesus Rodriguez</dc:creator>
		<pubDate>Thu, 31 May 2007 13:53:18 +0000</pubDate>
		<guid isPermaLink="false">#comment-6</guid>
		<description>I&#039;m glad my post was helpful in getting you migrated from jroller to Wordpress.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad my post was helpful in getting you migrated from jroller to WordPress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BuildMonitor-Watch CruiseControl from your Firefox status bar by GB</title>
		<link>http://nisanci.wordpress.com/2006/07/31/buildmonitor/#comment-2</link>
		<dc:creator>GB</dc:creator>
		<pubDate>Mon, 31 Jul 2006 19:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://nisanci.wordpress.com/2006/07/31/buildmonitor/#comment-2</guid>
		<description>This definitely sounds like an interesting extension.  Would you happen to know if one exists for monitoring Luntbuild?  I can&#039;t seem to find any.</description>
		<content:encoded><![CDATA[<p>This definitely sounds like an interesting extension.  Would you happen to know if one exists for monitoring Luntbuild?  I can&#8217;t seem to find any.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extracting to a method by serverdude</title>
		<link>http://nisanci.wordpress.com/2006/07/21/extracting_to_a_method/#comment-5</link>
		<dc:creator>serverdude</dc:creator>
		<pubDate>Fri, 21 Jul 2006 12:31:42 +0000</pubDate>
		<guid isPermaLink="false">http://nisanci.wordpress.com/2006/07/21/extracting_to_a_method/#comment-5</guid>
		<description>Well, it may be read more easily, but it performs a lot worse unless you have constant strings.

The original version skips string building which is slow, unless the string is really needed because logging is enabled. Thus the original version is a har to read optimized version of the refactored version.</description>
		<content:encoded><![CDATA[<p>Well, it may be read more easily, but it performs a lot worse unless you have constant strings.</p>
<p>The original version skips string building which is slow, unless the string is really needed because logging is enabled. Thus the original version is a har to read optimized version of the refactored version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extracting to a method by Cimballi</title>
		<link>http://nisanci.wordpress.com/2006/07/21/extracting_to_a_method/#comment-4</link>
		<dc:creator>Cimballi</dc:creator>
		<pubDate>Fri, 21 Jul 2006 11:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://nisanci.wordpress.com/2006/07/21/extracting_to_a_method/#comment-4</guid>
		<description>And what happens if you need to log at different levels ? You should at least propose the five methods logDebug, logInfo, logWarn, ...</description>
		<content:encoded><![CDATA[<p>And what happens if you need to log at different levels ? You should at least propose the five methods logDebug, logInfo, logWarn, &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extracting to a method by Ruben</title>
		<link>http://nisanci.wordpress.com/2006/07/21/extracting_to_a_method/#comment-3</link>
		<dc:creator>Ruben</dc:creator>
		<pubDate>Fri, 21 Jul 2006 10:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://nisanci.wordpress.com/2006/07/21/extracting_to_a_method/#comment-3</guid>
		<description>The point of checking for isDebugEnabled() is avoiding the building of the String object (if this is a complex one with a lof of appends).

Adding a new method doesn&#039;t help (the String will be built anyway, so you don&#039;t win anything)</description>
		<content:encoded><![CDATA[<p>The point of checking for isDebugEnabled() is avoiding the building of the String object (if this is a complex one with a lof of appends).</p>
<p>Adding a new method doesn&#8217;t help (the String will be built anyway, so you don&#8217;t win anything)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
