﻿<?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: My strange ternary operator indenting</title>
	<atom:link href="http://www.justaprogrammer.net/2010/04/07/my-strange-ternary-operator-indenting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.justaprogrammer.net/2010/04/07/my-strange-ternary-operator-indenting/</link>
	<description>We're Just Programmers...</description>
	<lastBuildDate>Mon, 16 Jan 2012 07:27:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Justin Dearing</title>
		<link>http://www.justaprogrammer.net/2010/04/07/my-strange-ternary-operator-indenting/comment-page-1/#comment-169</link>
		<dc:creator>Justin Dearing</dc:creator>
		<pubDate>Wed, 17 Aug 2011 22:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.justaprogrammer.net/?p=141#comment-169</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;@flogic Perhaps you wish to subscribe to my newsletter http://t.co/6LKP1eV&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">@flogic Perhaps you wish to subscribe to my newsletter <a href="http://t.co/6LKP1eV" rel="nofollow">http://t.co/6LKP1eV</a></span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.justaprogrammer.net/2010/04/07/my-strange-ternary-operator-indenting/comment-page-1/#comment-29</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sun, 04 Jul 2010 03:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.justaprogrammer.net/?p=141#comment-29</guid>
		<description>You use a ternary to save space. 

You are completely missing the point.

You&#039;ve turned this little nothing piece of easy to read code:

int fooCount = int.MaxValue;
if(isSeven) fooCount = 7;

Into that hard to read monstrosity you posted.</description>
		<content:encoded><![CDATA[<p>You use a ternary to save space. </p>
<p>You are completely missing the point.</p>
<p>You&#8217;ve turned this little nothing piece of easy to read code:</p>
<p>int fooCount = int.MaxValue;<br />
if(isSeven) fooCount = 7;</p>
<p>Into that hard to read monstrosity you posted.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

