<?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: TDD: How to supersede a single system library call</title>
	<atom:link href="http://richarddingwall.name/2009/05/09/tdd-how-to-supersede-a-single-system-library-call/feed/" rel="self" type="application/rss+xml" />
	<link>http://richarddingwall.name/2009/05/09/tdd-how-to-supersede-a-single-system-library-call/</link>
	<description>The adventures of a young kiwi software developer in London</description>
	<lastBuildDate>Thu, 10 May 2012 16:20:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Richard</title>
		<link>http://richarddingwall.name/2009/05/09/tdd-how-to-supersede-a-single-system-library-call/comment-page-1/#comment-4827</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 18 May 2009 10:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://richarddingwall.name/?p=1332#comment-4827</guid>
		<description>@Alex: it is infrastructure to support testing, yes, and it isn&#039;t that pretty, so only use these sort of methods sparingly, for difficult situations. I don&#039;t think it is too hard to understand for future programmers though (this is something I also worry about a lot).</description>
		<content:encoded><![CDATA[<p>@Alex: it is infrastructure to support testing, yes, and it isn&#8217;t that pretty, so only use these sort of methods sparingly, for difficult situations. I don&#8217;t think it is too hard to understand for future programmers though (this is something I also worry about a lot).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Hoffman</title>
		<link>http://richarddingwall.name/2009/05/09/tdd-how-to-supersede-a-single-system-library-call/comment-page-1/#comment-4515</link>
		<dc:creator>Alex Hoffman</dc:creator>
		<pubDate>Mon, 11 May 2009 22:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://richarddingwall.name/?p=1332#comment-4515</guid>
		<description>I think your injecting infrastructure into your code, just to support testing.  A dubious practice?

Not to mention that you now have code, that smells of the author having a specific intention, which would no longer be apparent to a new programmer maintaining the code 18 months from now.</description>
		<content:encoded><![CDATA[<p>I think your injecting infrastructure into your code, just to support testing.  A dubious practice?</p>
<p>Not to mention that you now have code, that smells of the author having a specific intention, which would no longer be apparent to a new programmer maintaining the code 18 months from now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beau Crawford</title>
		<link>http://richarddingwall.name/2009/05/09/tdd-how-to-supersede-a-single-system-library-call/comment-page-1/#comment-4501</link>
		<dc:creator>Beau Crawford</dc:creator>
		<pubDate>Mon, 11 May 2009 14:11:31 +0000</pubDate>
		<guid isPermaLink="false">http://richarddingwall.name/?p=1332#comment-4501</guid>
		<description>I use this approach a lot.  You might consider marking the &quot;SupersedeSendAction&quot; method internal and then granting access to internals for your Test assembly using the InternalsVisibleTo attribute.</description>
		<content:encoded><![CDATA[<p>I use this approach a lot.  You might consider marking the &#8220;SupersedeSendAction&#8221; method internal and then granting access to internals for your Test assembly using the InternalsVisibleTo attribute.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

