<?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: Refactoring Switch/Case Hell into a Simple Factory</title>
	<atom:link href="http://www.unitedmindset.com/jonbcampos/2008/11/13/refactoring-switchcase-hell-into-a-simple-factory/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unitedmindset.com/jonbcampos/2008/11/13/refactoring-switchcase-hell-into-a-simple-factory/</link>
	<description>Blog on technology and software development typically around Adobe Flash, Flex, and AIR.</description>
	<lastBuildDate>Wed, 25 Jan 2012 11:21:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jonathan Campos</title>
		<link>http://www.unitedmindset.com/jonbcampos/2008/11/13/refactoring-switchcase-hell-into-a-simple-factory/#comment-4</link>
		<dc:creator>Jonathan Campos</dc:creator>
		<pubDate>Wed, 25 Mar 2009 19:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=5#comment-4</guid>
		<description>I completely agree with you that a switch/case logic structure would not be as helpful in that situation. Switch/Case statements are best when you have multiple types and logic flows all based around one structure/variable.</description>
		<content:encoded><![CDATA[<p>I completely agree with you that a switch/case logic structure would not be as helpful in that situation. Switch/Case statements are best when you have multiple types and logic flows all based around one structure/variable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neo</title>
		<link>http://www.unitedmindset.com/jonbcampos/2008/11/13/refactoring-switchcase-hell-into-a-simple-factory/#comment-3</link>
		<dc:creator>Neo</dc:creator>
		<pubDate>Wed, 25 Mar 2009 19:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=5#comment-3</guid>
		<description>Not really necessary to use switch because I can&#039;t do if (x !=0 ) with it and it doesn&#039;t allow me also to use multiple statements, so U can use switch if everything is equal, but when it comes for non-equality, U&#039;ve stuck.</description>
		<content:encoded><![CDATA[<p>Not really necessary to use switch because I can&#8217;t do if (x !=0 ) with it and it doesn&#8217;t allow me also to use multiple statements, so U can use switch if everything is equal, but when it comes for non-equality, U&#8217;ve stuck.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

