<?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>typemismatch &#187; Bad Code</title>
	<atom:link href="http://www.typemismatch.com/tag/bad-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.typemismatch.com</link>
	<description>just a projection of my own imagination</description>
	<lastBuildDate>Tue, 03 Aug 2010 02:31:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>What kind of error handling is this?</title>
		<link>http://www.typemismatch.com/2008/10/17/what-kind-of-error-handling-is-this/</link>
		<comments>http://www.typemismatch.com/2008/10/17/what-kind-of-error-handling-is-this/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 03:57:13 +0000</pubDate>
		<dc:creator>typemismatch</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Bad Code]]></category>

		<guid isPermaLink="false">http://www.typemismatch.com/2008/10/17/what-kind-of-error-handling-is-this/</guid>
		<description><![CDATA[You&#8217;d be surprised the things that can be found during basic code reviews :) Once I found a pen I thought I&#8217;d lost &#8230; :) in all seriousness though, nothing drives me more crazy than seeing the following. try { // some code } catch (Exception e) { throw e; } I could scream! and [...]]]></description>
		<wfw:commentRss>http://www.typemismatch.com/2008/10/17/what-kind-of-error-handling-is-this/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t do this: Exception Handling</title>
		<link>http://www.typemismatch.com/2007/11/23/dont-do-this-exception-handling/</link>
		<comments>http://www.typemismatch.com/2007/11/23/dont-do-this-exception-handling/#comments</comments>
		<pubDate>Sat, 24 Nov 2007 03:16:20 +0000</pubDate>
		<dc:creator>typemismatch</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Bad Code]]></category>

		<guid isPermaLink="false">http://www.typemismatch.com/2007/11/23/dont-do-this-exception-handling/</guid>
		<description><![CDATA[I work with a lot of .NET developers and hey even some Java ones from time to time ;) We&#8217;ve all done some dumb things and we all write bugs but the following is a recurring issue I find and I wish I knew where people were learning this. try { // do something bad [...]]]></description>
		<wfw:commentRss>http://www.typemismatch.com/2007/11/23/dont-do-this-exception-handling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Vista nightmare loop</title>
		<link>http://www.typemismatch.com/2007/11/09/my-vista-nightmare-loop/</link>
		<comments>http://www.typemismatch.com/2007/11/09/my-vista-nightmare-loop/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 20:29:34 +0000</pubDate>
		<dc:creator>typemismatch</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Bad Code]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.typemismatch.com/2007/11/09/my-vista-nightmare-loop/</guid>
		<description><![CDATA[Mostly a rant &#8230;. one of those days ;-) ﻿So we all know that networking in Vista is screwed up and I am amazed that 1 year after release it still doesn&#8217;t work. What happens to me? well after about 8 hours of use most applications loose their internet connection (wireless and lan) &#8211; Most? [...]]]></description>
		<wfw:commentRss>http://www.typemismatch.com/2007/11/09/my-vista-nightmare-loop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
