<?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: Breaking up with the ternary operator</title>
	<atom:link href="http://mhinze.com/breaking-up-with-the-ternary-operator/feed/" rel="self" type="application/rss+xml" />
	<link>http://mhinze.com/breaking-up-with-the-ternary-operator/</link>
	<description>Matt Hinze, learning in public</description>
	<lastBuildDate>Thu, 01 Jul 2010 09:35:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Eric Schaefer</title>
		<link>http://mhinze.com/breaking-up-with-the-ternary-operator/comment-page-1/#comment-455</link>
		<dc:creator>Eric Schaefer</dc:creator>
		<pubDate>Wed, 18 Nov 2009 17:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://mhinze.com/breaking-up-with-the-ternary-operator/#comment-455</guid>
		<description>Well, imagine line 2 and 3 of the code in the previous comment indended...</description>
		<content:encoded><![CDATA[<p>Well, imagine line 2 and 3 of the code in the previous comment indended&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Schaefer</title>
		<link>http://mhinze.com/breaking-up-with-the-ternary-operator/comment-page-1/#comment-454</link>
		<dc:creator>Eric Schaefer</dc:creator>
		<pubDate>Wed, 18 Nov 2009 17:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://mhinze.com/breaking-up-with-the-ternary-operator/#comment-454</guid>
		<description>I never liked the ternary operator, but as of lately I am using it sometimes, but with special formatting:

result = isItMondayAgain()
            ? &quot;Yes, it is!&quot;
            : &quot;No, it isn&#039;t!&quot;;</description>
		<content:encoded><![CDATA[<p>I never liked the ternary operator, but as of lately I am using it sometimes, but with special formatting:</p>
<p>result = isItMondayAgain()<br />
            ? &#8220;Yes, it is!&#8221;<br />
            : &#8220;No, it isn&#8217;t!&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Etheredge</title>
		<link>http://mhinze.com/breaking-up-with-the-ternary-operator/comment-page-1/#comment-452</link>
		<dc:creator>Justin Etheredge</dc:creator>
		<pubDate>Tue, 17 Nov 2009 20:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://mhinze.com/breaking-up-with-the-ternary-operator/#comment-452</guid>
		<description>I agree that it can be ugly, but until the if...then block in C# can return a value, there will always be a small number of cases where the ternary operator will be more readable.</description>
		<content:encoded><![CDATA[<p>I agree that it can be ugly, but until the if&#8230;then block in C# can return a value, there will always be a small number of cases where the ternary operator will be more readable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnis L.</title>
		<link>http://mhinze.com/breaking-up-with-the-ternary-operator/comment-page-1/#comment-451</link>
		<dc:creator>Arnis L.</dc:creator>
		<pubDate>Tue, 17 Nov 2009 14:08:49 +0000</pubDate>
		<guid isPermaLink="false">http://mhinze.com/breaking-up-with-the-ternary-operator/#comment-451</guid>
		<description>Works for me fine. Just avoid double/triple ternary operators. Those are pure evil. :)</description>
		<content:encoded><![CDATA[<p>Works for me fine. Just avoid double/triple ternary operators. Those are pure evil. <img src='http://mhinze.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
