<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>david rasch - making stuff work &#187; error handling</title>
	<atom:link href="http://www.davidrasch.com/tag/error-handling/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidrasch.com</link>
	<description></description>
	<lastBuildDate>Mon, 04 Apr 2011 00:53:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>stopgaps</title>
		<link>http://www.davidrasch.com/2007/09/20/stopgaps/</link>
		<comments>http://www.davidrasch.com/2007/09/20/stopgaps/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 02:28:25 +0000</pubDate>
		<dc:creator>drasch</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[iContact]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[error handling]]></category>
		<category><![CDATA[stopgap]]></category>

		<guid isPermaLink="false">http://www.davidrasch.com/2007/09/20/stopgaps/</guid>
		<description><![CDATA[<p>In high-school, the teacher who taught a programming class and worked to write a Java-based voting system insisted they build in logging functionality, in spite of the iron-clad storage of data into text files. This discussion made an impression upon me because the best and worst thing about programming and computers is they do <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.davidrasch.com/2007/09/20/stopgaps/">stopgaps</a></span>]]></description>
			<content:encoded><![CDATA[<p>In high-school, the teacher who taught a programming class and worked to write a Java-based voting system insisted they build in logging functionality, in spite of the iron-clad storage of data into text files.  This discussion made an impression upon me because the best and worst thing about programming and computers is they do <strong>exactly</strong> what they&#8217;re told to do.  Unfortunately, this means that the error of lowly humans can easily seep into what the code or program asks the computer to do.  </p>
<p>We were reminded of this lesson at iContact.  Just because your software &#8216;should&#8217; never do something, doesn&#8217;t mean you shouldn&#8217;t make these rules explicit.  An emergency bugfix to our queues at iContact had a trojan horse to allow messages from Client A to be matched with subscribers from Client B.  Clearly this is bad, and now we&#8217;re putting a patch in to detect and throw exceptions if any situation like this occurs. This is, however, a great example of where things that should never happen are still worthy of writing software to prevent.  It&#8217;s not shameful, it&#8217;s insightful to admit that as a programmer we are human and don&#8217;t understand as much as we might like.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidrasch.com/2007/09/20/stopgaps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

