<?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: Refactoring challenge #2 – functionally illiterate</title>
	<atom:link href="http://lostechies.com/jimmybogard/2009/07/27/refactoring-challenge-2-functionally-illiterate/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/jimmybogard/2009/07/27/refactoring-challenge-2-functionally-illiterate/</link>
	<description>Strong opinions, weakly held</description>
	<lastBuildDate>Wed, 22 May 2013 13:39:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: bogardj</title>
		<link>http://lostechies.com/jimmybogard/2009/07/27/refactoring-challenge-2-functionally-illiterate/#comment-1754</link>
		<dc:creator>bogardj</dc:creator>
		<pubDate>Mon, 27 Jul 2009 12:17:39 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/07/26/refactoring-challenge-2-functionally-illiterate.aspx#comment-1754</guid>
		<description>@tom

I agree, I don&#039;t like the idea of the method returning a boolean.  Ideally, the collecting parameter (LinkedList) would be the indication that the matching was successful or not.  The trick is to preserve the order, and be able to follow multiple paths.</description>
		<content:encoded><![CDATA[<p>@tom</p>
<p>I agree, I don&#8217;t like the idea of the method returning a boolean.  Ideally, the collecting parameter (LinkedList) would be the indication that the matching was successful or not.  The trick is to preserve the order, and be able to follow multiple paths.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom de Koning</title>
		<link>http://lostechies.com/jimmybogard/2009/07/27/refactoring-challenge-2-functionally-illiterate/#comment-1753</link>
		<dc:creator>Tom de Koning</dc:creator>
		<pubDate>Mon, 27 Jul 2009 08:10:12 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/07/26/refactoring-challenge-2-functionally-illiterate.aspx#comment-1753</guid>
		<description>What about CQS in MapDestinationPropertyToSource? The if makes no sense in the conditional flow of CreateTypeMap. I would separate that first, ie introduce another layer before worrying too much about the functional issus..</description>
		<content:encoded><![CDATA[<p>What about CQS in MapDestinationPropertyToSource? The if makes no sense in the conditional flow of CreateTypeMap. I would separate that first, ie introduce another layer before worrying too much about the functional issus..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
