<?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: Using Strong Testing Instead of Strong Typing</title>
	<atom:link href="http://devnulled.com/content/2005/06/using-strong-testing-instead-of-strong-typing/feed/" rel="self" type="application/rss+xml" />
	<link>http://devnulled.com/content/2005/06/using-strong-testing-instead-of-strong-typing/</link>
	<description>devnulled provides news, tips, resources, and articles about various topics that software developers and engineers enjoy.</description>
	<lastBuildDate>Sat, 14 Aug 2010 20:52:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Brandon Harper</title>
		<link>http://devnulled.com/content/2005/06/using-strong-testing-instead-of-strong-typing/comment-page-1/#comment-8889</link>
		<dc:creator>Brandon Harper</dc:creator>
		<pubDate>Wed, 22 Jun 2005 07:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/content/2005/06/using-strong-testing-instead-of-strong-typing/#comment-8889</guid>
		<description>I think one other advantage it adds is being able to test your code for various exploits before someone in Russia behind an anonymous proxy decides to do it for you.  ;)</description>
		<content:encoded><![CDATA[<p>I think one other advantage it adds is being able to test your code for various exploits before someone in Russia behind an anonymous proxy decides to do it for you.  <img src='http://devnulled.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Kenney</title>
		<link>http://devnulled.com/content/2005/06/using-strong-testing-instead-of-strong-typing/comment-page-1/#comment-8885</link>
		<dc:creator>Paul Kenney</dc:creator>
		<pubDate>Tue, 21 Jun 2005 22:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/content/2005/06/using-strong-testing-instead-of-strong-typing/#comment-8885</guid>
		<description>Yeah, I read this too, and when you think about all the issues surrounding quality control in software, the contract via interface is only one piece of the puzzle. In fact, most bugs are a result of errant behavior that has not been detected--and it cannot be detected in compile-time type checking. Strong testing allows you to verify the interface declarations, but more importantly it lets you verify behavior and track down buggy code that hides behind perfect interface definitions.</description>
		<content:encoded><![CDATA[<p>Yeah, I read this too, and when you think about all the issues surrounding quality control in software, the contract via interface is only one piece of the puzzle. In fact, most bugs are a result of errant behavior that has not been detected&#8211;and it cannot be detected in compile-time type checking. Strong testing allows you to verify the interface declarations, but more importantly it lets you verify behavior and track down buggy code that hides behind perfect interface definitions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->