<?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 for Renaissance Developer</title>
	<atom:link href="http://www.exubero.com/joe/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.exubero.com/joe</link>
	<description>Follically Challenged in a Hirsute World</description>
	<lastBuildDate>Fri, 19 Feb 2010 14:32:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on The Meaning of Guru by Hugh</title>
		<link>http://www.exubero.com/joe/2010/02/the-meaning-of-guru/comment-page-1/#comment-1456</link>
		<dc:creator>Hugh</dc:creator>
		<pubDate>Fri, 19 Feb 2010 14:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.exubero.com/joe/?p=406#comment-1456</guid>
		<description>could it just be that you make light of every situation</description>
		<content:encoded><![CDATA[<p>could it just be that you make light of every situation</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Story Cards Versus Planning Software by Joe</title>
		<link>http://www.exubero.com/joe/2009/02/story-cards-versus-planning-software/comment-page-1/#comment-1453</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 16 Feb 2010 01:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.exubero.com/joe/?p=254#comment-1453</guid>
		<description>Hi Steve,

We&#039;re actually using a heavily customised version of JIRA, along with the Greenhopper extension. I still vastly prefer the ability to actually hold physical cards in my hand, but the reality of distributed development teams means that this is not really possible.

Cheers,
Joe</description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>We&#8217;re actually using a heavily customised version of JIRA, along with the Greenhopper extension. I still vastly prefer the ability to actually hold physical cards in my hand, but the reality of distributed development teams means that this is not really possible.</p>
<p>Cheers,<br />
Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Story Cards Versus Planning Software by Steve A</title>
		<link>http://www.exubero.com/joe/2009/02/story-cards-versus-planning-software/comment-page-1/#comment-1452</link>
		<dc:creator>Steve A</dc:creator>
		<pubDate>Sun, 14 Feb 2010 09:33:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.exubero.com/joe/?p=254#comment-1452</guid>
		<description>Hi Joe,

I landed on this page while looking for some Agile planning software for a new project. Don&#039;t stop there! What was the software? Did you and your team ever find something that worked for you? Enquiring minds need to know!

Keep up the good work,

Steve</description>
		<content:encoded><![CDATA[<p>Hi Joe,</p>
<p>I landed on this page while looking for some Agile planning software for a new project. Don&#8217;t stop there! What was the software? Did you and your team ever find something that worked for you? Enquiring minds need to know!</p>
<p>Keep up the good work,</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CITCON &#8216;09: Better Ant Builds by Better Apache Ant Builds</title>
		<link>http://www.exubero.com/joe/2009/09/citcon-09-better-ant-builds/comment-page-1/#comment-1356</link>
		<dc:creator>Better Apache Ant Builds</dc:creator>
		<pubDate>Sun, 03 Jan 2010 19:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.exubero.com/joe/?p=376#comment-1356</guid>
		<description>[...] We had a vigourous discussion of dependency management. Chris asks for discipline. Andy points out that you can end up with integration hell. Maven&#8217;s release plugin can allegedly resolve dependencies too late in the QA process and end up changing the release candidate. Chris complains that it can be hard to rebuild later when you depend on the latest version of a dependency. Joe did his own wrote-up here. [...]</description>
		<content:encoded><![CDATA[<p>[...] We had a vigourous discussion of dependency management. Chris asks for discipline. Andy points out that you can end up with integration hell. Maven&#8217;s release plugin can allegedly resolve dependencies too late in the QA process and end up changing the release candidate. Chris complains that it can be hard to rebuild later when you depend on the latest version of a dependency. Joe did his own wrote-up here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Singletons are Evil 2: the Rant by Paul</title>
		<link>http://www.exubero.com/joe/2009/10/singletons-are-evil-2-the-rant/comment-page-1/#comment-1191</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 04 Dec 2009 21:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.exubero.com/joe/?p=397#comment-1191</guid>
		<description>I wish I&#039;d read this (and the links in your previous post) the day before yesterday. I had an interview yesterday where three of the four interviewers asked me about Singleton. I explained what it were but mentioned that I barely, if at all, use Singletons - in fact I couldn&#039;t remember the last time I&#039;d coded one myself.

But I struggled in explaining why I don&#039;t use the pattern. I used Singletons a lot when I started coding but over time developed an aversion, and seemed to always find ways to do what I wanted to do without a Singleton (multithreading and subclassing were a couple of problems I mentioned) - and I don&#039;t find it aesthetically pleasing, although I didn&#039;t say that.

This has clarified what I knew instinctually and I now have a nice spiel showing its problems.</description>
		<content:encoded><![CDATA[<p>I wish I&#8217;d read this (and the links in your previous post) the day before yesterday. I had an interview yesterday where three of the four interviewers asked me about Singleton. I explained what it were but mentioned that I barely, if at all, use Singletons &#8211; in fact I couldn&#8217;t remember the last time I&#8217;d coded one myself.</p>
<p>But I struggled in explaining why I don&#8217;t use the pattern. I used Singletons a lot when I started coding but over time developed an aversion, and seemed to always find ways to do what I wanted to do without a Singleton (multithreading and subclassing were a couple of problems I mentioned) &#8211; and I don&#8217;t find it aesthetically pleasing, although I didn&#8217;t say that.</p>
<p>This has clarified what I knew instinctually and I now have a nice spiel showing its problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CITCON &#8216;09: Better Ant Builds by Twitted by FastestFood</title>
		<link>http://www.exubero.com/joe/2009/09/citcon-09-better-ant-builds/comment-page-1/#comment-789</link>
		<dc:creator>Twitted by FastestFood</dc:creator>
		<pubDate>Tue, 22 Sep 2009 10:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.exubero.com/joe/?p=376#comment-789</guid>
		<description>[...] This post was Twitted by FastestFood [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was Twitted by FastestFood [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CITCON &#8216;09: Better Ant Builds by Better Apache Ant Builds &#124; The Build Doctor</title>
		<link>http://www.exubero.com/joe/2009/09/citcon-09-better-ant-builds/comment-page-1/#comment-779</link>
		<dc:creator>Better Apache Ant Builds &#124; The Build Doctor</dc:creator>
		<pubDate>Sun, 20 Sep 2009 21:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.exubero.com/joe/?p=376#comment-779</guid>
		<description>[...] We had a vigourous discussion of dependency management. Chris asks for discipline. Andy points out that you can end up with integration hell. Maven&#8217;s release plugin can allegedly resolve dependencies too late in the QA process and end up changing the release candidate. Chris complains that it can be hard to rebuild later when you depend on the latest version of a dependency. Joe did his own wrote-up here. [...]</description>
		<content:encoded><![CDATA[<p>[...] We had a vigourous discussion of dependency management. Chris asks for discipline. Andy points out that you can end up with integration hell. Maven&#8217;s release plugin can allegedly resolve dependencies too late in the QA process and end up changing the release candidate. Chris complains that it can be hard to rebuild later when you depend on the latest version of a dependency. Joe did his own wrote-up here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ant Script Library 1.1.0 Released by AnthillPro Blog</title>
		<link>http://www.exubero.com/joe/2009/09/ant-script-library-1-1-0-released/comment-page-1/#comment-750</link>
		<dc:creator>AnthillPro Blog</dc:creator>
		<pubDate>Mon, 14 Sep 2009 18:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.exubero.com/joe/?p=367#comment-750</guid>
		<description>&lt;strong&gt;Ant Script Library 1.1.0 Released...&lt;/strong&gt;

I recently blogged about 3 Alternatives to Writing Ant Script from Scratch. One of the options I listed was Ant Script Library and over the weekend a new version, Ant Script Library 1.1.0 was released. For a summary of change changes check out Joe&#039;s b...</description>
		<content:encoded><![CDATA[<p><strong>Ant Script Library 1.1.0 Released&#8230;</strong></p>
<p>I recently blogged about 3 Alternatives to Writing Ant Script from Scratch. One of the options I listed was Ant Script Library and over the weekend a new version, Ant Script Library 1.1.0 was released. For a summary of change changes check out Joe&#8217;s b&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Detecting Cycles using JDepend and Ant by Hugh</title>
		<link>http://www.exubero.com/joe/2009/09/detecting-cycles-using-jdepend-and-ant/comment-page-1/#comment-697</link>
		<dc:creator>Hugh</dc:creator>
		<pubDate>Mon, 07 Sep 2009 10:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.exubero.com/joe/?p=351#comment-697</guid>
		<description>Why not just get out of the habit of lumping too many packages into one src tree?</description>
		<content:encoded><![CDATA[<p>Why not just get out of the habit of lumping too many packages into one src tree?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Trends in Build Metrics by Joe</title>
		<link>http://www.exubero.com/joe/2009/07/trends-in-build-metrics/comment-page-1/#comment-693</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sat, 05 Sep 2009 23:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.exubero.com/joe/?p=231#comment-693</guid>
		<description>Hi Nick, I&#039;m quite impressed! Clover has certainly advanced a lot since I last looked. I hadn&#039;t realised Clovers&#039; trend reporting had improved so much.

I&#039;ve previously only been looking at adding non-commercial modules to ASL, because it makes it very easy for me to distribute an &quot;all-in-one&quot; download. However, it certainly wouldn&#039;t be too hard to add a module to integrate Clover, with instructions on how to configure it. 

I might get in contact later to discuss how to add it in to ASL. It will probably be much later, though, as I have some deadlines over the next few weeks and months (not to mention CITCON!)</description>
		<content:encoded><![CDATA[<p>Hi Nick, I&#8217;m quite impressed! Clover has certainly advanced a lot since I last looked. I hadn&#8217;t realised Clovers&#8217; trend reporting had improved so much.</p>
<p>I&#8217;ve previously only been looking at adding non-commercial modules to ASL, because it makes it very easy for me to distribute an &#8220;all-in-one&#8221; download. However, it certainly wouldn&#8217;t be too hard to add a module to integrate Clover, with instructions on how to configure it. </p>
<p>I might get in contact later to discuss how to add it in to ASL. It will probably be much later, though, as I have some deadlines over the next few weeks and months (not to mention CITCON!)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
