<?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>Computer Science, Ruby, and Software Engineering.</description>
	<lastBuildDate>Thu, 11 Feb 2010 05:57:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</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&#039;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&#039;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&#039;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 &#8211; 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.282 seconds -->
