<?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>4thmouse.com &#187; C#</title>
	<atom:link href="http://4thmouse.com/index.php/category/programming/c-programming-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://4thmouse.com</link>
	<description>Software Engineering.</description>
	<lastBuildDate>Wed, 28 Jul 2010 03:38:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Why C Switch Statements Should go the way of the GOTO</title>
		<link>http://4thmouse.com/index.php/2008/03/15/why-c-switch-statements-should-go-the-way-of-the-goto/</link>
		<comments>http://4thmouse.com/index.php/2008/03/15/why-c-switch-statements-should-go-the-way-of-the-goto/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 14:07:22 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[fall through]]></category>
		<category><![CDATA[switch]]></category>

		<guid isPermaLink="false">http://4thmouse.com/index.php/2008/03/15/why-c-switch-statements-should-go-the-way-of-the-goto/</guid>
		<description><![CDATA[The venerable C switch statement keeps showing up in other languages presumably because the people who write new languages are familiar with C and don&#8217;t really think about it.

What is it
So the C-style switch statement is an efficient way of executing code based on an index. For efficiency reasons the index has to be an [...]]]></description>
		<wfw:commentRss>http://4thmouse.com/index.php/2008/03/15/why-c-switch-statements-should-go-the-way-of-the-goto/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
