<?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: Coding Tip #27: turning bools into enums</title>
	<atom:link href="http://sarahtaraporewalla.com/thoughts/design/coding-tip-27-turning-bools-into-enums/feed/" rel="self" type="application/rss+xml" />
	<link>http://sarahtaraporewalla.com/thoughts/design/coding-tip-27-turning-bools-into-enums/</link>
	<description></description>
	<lastBuildDate>Tue, 08 Jun 2010 10:50:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Sarah Taraporewalla&#8217;s Technical Ramblings &#187; Coding Tip #42: turning enums into classes</title>
		<link>http://sarahtaraporewalla.com/thoughts/design/coding-tip-27-turning-bools-into-enums/comment-page-1/#comment-3572</link>
		<dc:creator>Sarah Taraporewalla&#8217;s Technical Ramblings &#187; Coding Tip #42: turning enums into classes</dc:creator>
		<pubDate>Mon, 29 Jun 2009 06:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://sarahtaraporewalla.com/thoughts/?p=162#comment-3572</guid>
		<description>[...] Coding Tip #27 I explained how I rarely like to use booleans to represent states, and prefer to use an enum. Now [...]</description>
		<content:encoded><![CDATA[<p>[...] Coding Tip #27 I explained how I rarely like to use booleans to represent states, and prefer to use an enum. Now [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Nolan</title>
		<link>http://sarahtaraporewalla.com/thoughts/design/coding-tip-27-turning-bools-into-enums/comment-page-1/#comment-2819</link>
		<dc:creator>John Nolan</dc:creator>
		<pubDate>Fri, 29 May 2009 16:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://sarahtaraporewalla.com/thoughts/?p=162#comment-2819</guid>
		<description>This article reminds me of the famous

enum Bool 
{ 
    True, 
    False, 
    FileNotFound 
};</description>
		<content:encoded><![CDATA[<p>This article reminds me of the famous</p>
<p>enum Bool<br />
{<br />
    True,<br />
    False,<br />
    FileNotFound<br />
};</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morten Lyhr</title>
		<link>http://sarahtaraporewalla.com/thoughts/design/coding-tip-27-turning-bools-into-enums/comment-page-1/#comment-2750</link>
		<dc:creator>Morten Lyhr</dc:creator>
		<pubDate>Wed, 27 May 2009 13:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://sarahtaraporewalla.com/thoughts/?p=162#comment-2750</guid>
		<description>Or make it really readable:

render(foo);

renderVisible(foo)</description>
		<content:encoded><![CDATA[<p>Or make it really readable:</p>
<p>render(foo);</p>
<p>renderVisible(foo)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
