<?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: Question of the day: Enums</title>
	<atom:link href="http://quickduck.com/blog/2009/10/07/question-of-the-day-enums/feed/" rel="self" type="application/rss+xml" />
	<link>http://quickduck.com/blog/2009/10/07/question-of-the-day-enums/</link>
	<description>Straight from the mind of geniuseseses....</description>
	<lastBuildDate>Fri, 06 Aug 2010 07:40:27 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Drew</title>
		<link>http://quickduck.com/blog/2009/10/07/question-of-the-day-enums/comment-page-1/#comment-10486</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Mon, 26 Oct 2009 09:55:08 +0000</pubDate>
		<guid isPermaLink="false">http://quickduck.com/blog/?p=198#comment-10486</guid>
		<description>I second that. But I don&#039;t feel as great.</description>
		<content:encoded><![CDATA[<p>I second that. But I don&#8217;t feel as great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob E</title>
		<link>http://quickduck.com/blog/2009/10/07/question-of-the-day-enums/comment-page-1/#comment-9986</link>
		<dc:creator>Rob E</dc:creator>
		<pubDate>Mon, 12 Oct 2009 01:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://quickduck.com/blog/?p=198#comment-9986</guid>
		<description>output will obviously be &quot;My frequency is: 104&quot;,
is100Defined is false since there is no such 100 possible defined from the enums.
is52Defined is true since it corresponds to Weekly.

It gets more fun when you start using those enums to do complex bitwise comparisons using ~ &#124; &amp; in the same statement. I knew they were wrong, my philosophy of classical logic finally has a practical use!!

Your right i do feel great.</description>
		<content:encoded><![CDATA[<p>output will obviously be &#8220;My frequency is: 104&#8243;,<br />
is100Defined is false since there is no such 100 possible defined from the enums.<br />
is52Defined is true since it corresponds to Weekly.</p>
<p>It gets more fun when you start using those enums to do complex bitwise comparisons using ~ | &amp; in the same statement. I knew they were wrong, my philosophy of classical logic finally has a practical use!!</p>
<p>Your right i do feel great.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
