<?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: Coding Dojo #17: Refactoring Cruise Control .NET</title>
	<atom:link href="http://www.markhneedham.com/blog/2009/06/12/coding-dojo-17-refactoring-cruise-control-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markhneedham.com/blog/2009/06/12/coding-dojo-17-refactoring-cruise-control-net/</link>
	<description>Thoughts on Software Development</description>
	<lastBuildDate>Sat, 11 Feb 2012 23:17:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: introducing a ChangeSet class to CruiseControl.net: shifting to supertypes &#8211; in two places at once</title>
		<link>http://www.markhneedham.com/blog/2009/06/12/coding-dojo-17-refactoring-cruise-control-net/comment-page-1/#comment-19810</link>
		<dc:creator>introducing a ChangeSet class to CruiseControl.net: shifting to supertypes &#8211; in two places at once</dc:creator>
		<pubDate>Wed, 08 Jul 2009 12:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1321#comment-19810</guid>
		<description>[...] the base of the hierarchy provides the most flexibility for implementing another class. I know from previous experimentation that we can use IEnumerable&lt;Modification&gt; for everything except the tests. Linq can cover the [...]</description>
		<content:encoded><![CDATA[<p>[...] the base of the hierarchy provides the most flexibility for implementing another class. I know from previous experimentation that we can use IEnumerable&lt;Modification&gt; for everything except the tests. Linq can cover the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: introducing a ChangeSet class to CruiseControl.net: why? &#171; in two places at once</title>
		<link>http://www.markhneedham.com/blog/2009/06/12/coding-dojo-17-refactoring-cruise-control-net/comment-page-1/#comment-19760</link>
		<dc:creator>introducing a ChangeSet class to CruiseControl.net: why? &#171; in two places at once</dc:creator>
		<pubDate>Tue, 07 Jul 2009 09:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1321#comment-19760</guid>
		<description>[...] make a few more posts about it. My colleague Mark Needham already posted about a dojo where we did some experimentation around [...]</description>
		<content:encoded><![CDATA[<p>[...] make a few more posts about it. My colleague Mark Needham already posted about a dojo where we did some experimentation around [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Needham</title>
		<link>http://www.markhneedham.com/blog/2009/06/12/coding-dojo-17-refactoring-cruise-control-net/comment-page-1/#comment-18684</link>
		<dc:creator>Mark Needham</dc:creator>
		<pubDate>Mon, 15 Jun 2009 12:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1321#comment-18684</guid>
		<description>Hmmm that makes it a bigger refactoring/code change than we anticipated although I imagine our approach wouldn&#039;t be that different than what we did in this dojo. Just there&#039;s more steps to it now!</description>
		<content:encoded><![CDATA[<p>Hmmm that makes it a bigger refactoring/code change than we anticipated although I imagine our approach wouldn&#8217;t be that different than what we did in this dojo. Just there&#8217;s more steps to it now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DCam</title>
		<link>http://www.markhneedham.com/blog/2009/06/12/coding-dojo-17-refactoring-cruise-control-net/comment-page-1/#comment-18629</link>
		<dc:creator>DCam</dc:creator>
		<pubDate>Sun, 14 Jun 2009 04:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1321#comment-18629</guid>
		<description>Now with more generics:

It occured to me after, that a single call to GetModfications could result in multiple ChangeSets. So a ChangeSet that implements ICollection&lt;Modification&gt; is not enough. The return value of GetModifications should implement both IEnumerable&lt;Modification&gt; and IEnumerable&lt;ChangeSet&gt;.</description>
		<content:encoded><![CDATA[<p>Now with more generics:</p>
<p>It occured to me after, that a single call to GetModfications could result in multiple ChangeSets. So a ChangeSet that implements ICollection&lt;Modification&gt; is not enough. The return value of GetModifications should implement both IEnumerable&lt;Modification&gt; and IEnumerable&lt;ChangeSet&gt;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DCam</title>
		<link>http://www.markhneedham.com/blog/2009/06/12/coding-dojo-17-refactoring-cruise-control-net/comment-page-1/#comment-18628</link>
		<dc:creator>DCam</dc:creator>
		<pubDate>Sun, 14 Jun 2009 04:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1321#comment-18628</guid>
		<description>It occured to me after, that a single call to GetModfications could result in multiple ChangeSets. So a ChangeSet that implements ICollection is not enough. A ChangeSetCollection that implements both IEnumerable and IEnumerable is needed for the return value of GetModifications.</description>
		<content:encoded><![CDATA[<p>It occured to me after, that a single call to GetModfications could result in multiple ChangeSets. So a ChangeSet that implements ICollection is not enough. A ChangeSetCollection that implements both IEnumerable and IEnumerable is needed for the return value of GetModifications.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

