<?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: &#8220;TDD&#8221;.reverse</title>
	<atom:link href="http://blog.ardekantur.com/2008/06/tddreverse/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ardekantur.com/2008/06/tddreverse/</link>
	<description>A blog about computer science, Ruby, .NET, and other fun things on the edge of software engineering.</description>
	<pubDate>Thu, 20 Nov 2008 10:30:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-beta1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: JoeNotCharles</title>
		<link>http://blog.ardekantur.com/2008/06/tddreverse/comment-page-1/#comment-827</link>
		<dc:creator>JoeNotCharles</dc:creator>
		<pubDate>Wed, 02 Jul 2008 03:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ardekantur.com/archives/95#comment-827</guid>
		<description>&lt;p&gt;It would be better to get the XML responses through a different library, so that bugs in your code don't affect them.  What if your XML parser adds some garbage data, and then your tests pass because your client works around it (because when you write the it you assume the XML looked like that coming from NewsGator).  Then you fix that bug but don't recapture all the XML you use in your client - now it passes all the tests, but fails on the actual NewsGator site because the XML parser's no longer mangling things.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It would be better to get the XML responses through a different library, so that bugs in your code don&#8217;t affect them.  What if your XML parser adds some garbage data, and then your tests pass because your client works around it (because when you write the it you assume the XML looked like that coming from NewsGator).  Then you fix that bug but don&#8217;t recapture all the XML you use in your client - now it passes all the tests, but fails on the actual NewsGator site because the XML parser&#8217;s no longer mangling things.</p>]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.199 seconds -->
