<?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: Correctness vs Robustness</title>
	<atom:link href="http://richarddingwall.name/2010/02/10/correctness-vs-robustness/feed/" rel="self" type="application/rss+xml" />
	<link>http://richarddingwall.name/2010/02/10/correctness-vs-robustness/</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: Tungano</title>
		<link>http://richarddingwall.name/2010/02/10/correctness-vs-robustness/comment-page-1/#comment-12817</link>
		<dc:creator>Tungano</dc:creator>
		<pubDate>Fri, 26 Feb 2010 17:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://richarddingwall.name/?p=1552#comment-12817</guid>
		<description>Hey Richard, yes of course it&#039;s a bug. Just saying that when implementing robustness you have to be very careful you don&#039;t provide robustness against bugs accidentally. It requires very explicit checking of what you want to be robust against.
Correctness first and then adding robustness is safest in my eyes. I am not so sure if one actually has to choose between one or the other, robustness typically happens at the presentation logic level.</description>
		<content:encoded><![CDATA[<p>Hey Richard, yes of course it&#8217;s a bug. Just saying that when implementing robustness you have to be very careful you don&#8217;t provide robustness against bugs accidentally. It requires very explicit checking of what you want to be robust against.<br />
Correctness first and then adding robustness is safest in my eyes. I am not so sure if one actually has to choose between one or the other, robustness typically happens at the presentation logic level.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://richarddingwall.name/2010/02/10/correctness-vs-robustness/comment-page-1/#comment-12803</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 24 Feb 2010 09:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://richarddingwall.name/?p=1552#comment-12803</guid>
		<description>Tungano : Encountering an internal error like that and proceeding anyway is not robust... that&#039;s just a bug !</description>
		<content:encoded><![CDATA[<p>Tungano : Encountering an internal error like that and proceeding anyway is not robust&#8230; that&#8217;s just a bug !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tungano</title>
		<link>http://richarddingwall.name/2010/02/10/correctness-vs-robustness/comment-page-1/#comment-12800</link>
		<dc:creator>Tungano</dc:creator>
		<pubDate>Tue, 23 Feb 2010 18:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://richarddingwall.name/?p=1552#comment-12800</guid>
		<description>Robustness can be very risky and when implemented poorly will serve as &#039;sweaping dirt under the rug&quot;.

E.g a webpage responding with &quot;Thank you for your order!&quot; while nothing was processed. 
The code crapped out during processing somewhere: customer will be billed, nothing will be delivered. Stuff like that... Best to be correct 1st and then stack up to robustness.</description>
		<content:encoded><![CDATA[<p>Robustness can be very risky and when implemented poorly will serve as &#8216;sweaping dirt under the rug&#8221;.</p>
<p>E.g a webpage responding with &#8220;Thank you for your order!&#8221; while nothing was processed.<br />
The code crapped out during processing somewhere: customer will be billed, nothing will be delivered. Stuff like that&#8230; Best to be correct 1st and then stack up to robustness.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Aatmaa</title>
		<link>http://richarddingwall.name/2010/02/10/correctness-vs-robustness/comment-page-1/#comment-12758</link>
		<dc:creator>Martin Aatmaa</dc:creator>
		<pubDate>Thu, 18 Feb 2010 02:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://richarddingwall.name/?p=1552#comment-12758</guid>
		<description>Excellent and informative analysis. Thank you Richard!</description>
		<content:encoded><![CDATA[<p>Excellent and informative analysis. Thank you Richard!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://richarddingwall.name/2010/02/10/correctness-vs-robustness/comment-page-1/#comment-12757</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 18 Feb 2010 01:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://richarddingwall.name/?p=1552#comment-12757</guid>
		<description>Good post man. A further issue with Robustness that I find is that while its expected, it can be very difficult to specify and budget against, especially when many edge cases are not found until a user brings down your application.</description>
		<content:encoded><![CDATA[<p>Good post man. A further issue with Robustness that I find is that while its expected, it can be very difficult to specify and budget against, especially when many edge cases are not found until a user brings down your application.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

