<?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: Did You Know enums Can Define Their Own Methods?</title>
	<atom:link href="http://www.kallasoft.com/did-you-know-enums-can-define-their-own-methods/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kallasoft.com/did-you-know-enums-can-define-their-own-methods/</link>
	<description>Commercial-Friendly Open Source Software Development</description>
	<lastBuildDate>Fri, 05 Mar 2010 13:52:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Named Integers in C# aka Typedef &#171; c# to javascript, actionscript</title>
		<link>http://www.kallasoft.com/did-you-know-enums-can-define-their-own-methods/comment-page-1/#comment-867</link>
		<dc:creator>Named Integers in C# aka Typedef &#171; c# to javascript, actionscript</dc:creator>
		<pubDate>Wed, 22 Apr 2009 07:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.kallasoft.com/?p=1094#comment-867</guid>
		<description>[...] old typedef. An enum can inherit from any integer. See the recent discussion here. While reading this article stateing java enums can define methods for enums I thought C# could use extension methods for that. Enums can reference a value not [...]</description>
		<content:encoded><![CDATA[<p>[...] old typedef. An enum can inherit from any integer. See the recent discussion here. While reading this article stateing java enums can define methods for enums I thought C# could use extension methods for that. Enums can reference a value not [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Riyad Kalla</title>
		<link>http://www.kallasoft.com/did-you-know-enums-can-define-their-own-methods/comment-page-1/#comment-865</link>
		<dc:creator>Riyad Kalla</dc:creator>
		<pubDate>Tue, 21 Apr 2009 20:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.kallasoft.com/?p=1094#comment-865</guid>
		<description>Mike,

Excellent example -- when I was writing this I noticed I started to spend more time trying to think of a good example instead of actually writing the tutorial -- so I opted for the non-sensical example just to get the data bits out.

I could see something like a pretty-printing toString being helpful as well.</description>
		<content:encoded><![CDATA[<p>Mike,</p>
<p>Excellent example &#8212; when I was writing this I noticed I started to spend more time trying to think of a good example instead of actually writing the tutorial &#8212; so I opted for the non-sensical example just to get the data bits out.</p>
<p>I could see something like a pretty-printing toString being helpful as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.kallasoft.com/did-you-know-enums-can-define-their-own-methods/comment-page-1/#comment-864</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 21 Apr 2009 20:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.kallasoft.com/?p=1094#comment-864</guid>
		<description>I have a ton of enums with ids. I wrote a validate method that validates that none of the ids have been duplicated. I also have a getter method that takes the id and finds the value with the given id.</description>
		<content:encoded><![CDATA[<p>I have a ton of enums with ids. I wrote a validate method that validates that none of the ids have been duplicated. I also have a getter method that takes the id and finds the value with the given id.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caligula</title>
		<link>http://www.kallasoft.com/did-you-know-enums-can-define-their-own-methods/comment-page-1/#comment-863</link>
		<dc:creator>Caligula</dc:creator>
		<pubDate>Tue, 21 Apr 2009 19:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.kallasoft.com/?p=1094#comment-863</guid>
		<description>Yeah, been using them since enums. Who doesn&#039;t know you can use any logical expression in a for-loop? Citation needed. Whether or not it&#039;s more readable than just breaking out of the loop is a different topic.</description>
		<content:encoded><![CDATA[<p>Yeah, been using them since enums. Who doesn&#8217;t know you can use any logical expression in a for-loop? Citation needed. Whether or not it&#8217;s more readable than just breaking out of the loop is a different topic.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
