<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Enumerating data types in Actionscript 3 (AS3)</title>
	<atom:link href="http://joelhooks.com/2008/04/28/enumerating-data-types-in-actionscript-3-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://joelhooks.com/2008/04/28/enumerating-data-types-in-actionscript-3-as3/</link>
	<description>even if you aren't testing your code, you should write testable code</description>
	<lastBuildDate>Sat, 04 Sep 2010 16:45:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Joel</title>
		<link>http://joelhooks.com/2008/04/28/enumerating-data-types-in-actionscript-3-as3/comment-page-1/#comment-77</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Tue, 29 Apr 2008 01:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/2008/04/28/enumerating-data-types-in-actionscript-3-as3/#comment-77</guid>
		<description>Thanks Cliff, I knew it was there someplace. I really dig this method. Keeps things nice and DRY.</description>
		<content:encoded><![CDATA[<p>Thanks Cliff, I knew it was there someplace. I really dig this method. Keeps things nice and DRY.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cliff Hall</title>
		<link>http://joelhooks.com/2008/04/28/enumerating-data-types-in-actionscript-3-as3/comment-page-1/#comment-76</link>
		<dc:creator>Cliff Hall</dc:creator>
		<pubDate>Tue, 29 Apr 2008 01:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/2008/04/28/enumerating-data-types-in-actionscript-3-as3/#comment-76</guid>
		<description>There are some Enums in the &lt;a href=&quot;http://trac.puremvc.org/Demo_AS3_Flex_EmployeeAdmin/browser/tags/EmployeeAdmin_1_3/src/org/puremvc/as3/demos/flex/employeeadmin/model/enum&quot; rel=&quot;nofollow&quot;&gt;PureMVC EmployeeAdmin Flex demo&lt;/a&gt;:

-=Cliff&gt;</description>
		<content:encoded><![CDATA[<p>There are some Enums in the <a href="http://trac.puremvc.org/Demo_AS3_Flex_EmployeeAdmin/browser/tags/EmployeeAdmin_1_3/src/org/puremvc/as3/demos/flex/employeeadmin/model/enum" rel="nofollow">PureMVC EmployeeAdmin Flex demo</a>:</p>
<p>-=Cliff&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bjorn Schultheiss</title>
		<link>http://joelhooks.com/2008/04/28/enumerating-data-types-in-actionscript-3-as3/comment-page-1/#comment-75</link>
		<dc:creator>Bjorn Schultheiss</dc:creator>
		<pubDate>Tue, 29 Apr 2008 01:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/2008/04/28/enumerating-data-types-in-actionscript-3-as3/#comment-75</guid>
		<description>Cool, thats how i&#039;ve been doing it so far.</description>
		<content:encoded><![CDATA[<p>Cool, thats how i&#8217;ve been doing it so far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://joelhooks.com/2008/04/28/enumerating-data-types-in-actionscript-3-as3/comment-page-1/#comment-74</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Tue, 29 Apr 2008 01:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/2008/04/28/enumerating-data-types-in-actionscript-3-as3/#comment-74</guid>
		<description>I would just use a straight VO in that case. This is a &#039;static&#039; list of items. You don&#039;t ever call new CloudTypeEnum(), you just access the static vars, which instantiate themselves as CloudTypeEnum objects.</description>
		<content:encoded><![CDATA[<p>I would just use a straight VO in that case. This is a &#8216;static&#8217; list of items. You don&#8217;t ever call new CloudTypeEnum(), you just access the static vars, which instantiate themselves as CloudTypeEnum objects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bjorn Schultheiss</title>
		<link>http://joelhooks.com/2008/04/28/enumerating-data-types-in-actionscript-3-as3/comment-page-1/#comment-73</link>
		<dc:creator>Bjorn Schultheiss</dc:creator>
		<pubDate>Tue, 29 Apr 2008 01:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/2008/04/28/enumerating-data-types-in-actionscript-3-as3/#comment-73</guid>
		<description>What about if you wanted to use a value from a resource bundle to set value:String ? where would you initialize the resourceManager ?

eg new CloudTypeEnum( resourceManager.getString(&quot;myBundle&quot;, &quot;NONE&quot;), -1 );</description>
		<content:encoded><![CDATA[<p>What about if you wanted to use a value from a resource bundle to set value:String ? where would you initialize the resourceManager ?</p>
<p>eg new CloudTypeEnum( resourceManager.getString(&#8220;myBundle&#8221;, &#8220;NONE&#8221;), -1 );</p>
]]></content:encoded>
	</item>
</channel>
</rss>
