<?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: Ordering of numeric conditional tests</title>
	<atom:link href="http://www.owenpellegrin.com/blog/tricks/ordering-of-numeric-conditional-tests/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.owenpellegrin.com/blog/tricks/ordering-of-numeric-conditional-tests/</link>
	<description>I write stuff here</description>
	<lastBuildDate>Wed, 07 Jul 2010 09:26:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Brad Westness</title>
		<link>http://www.owenpellegrin.com/blog/tricks/ordering-of-numeric-conditional-tests/comment-page-1/#comment-1277</link>
		<dc:creator>Brad Westness</dc:creator>
		<pubDate>Mon, 18 May 2009 12:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.owenpellegrin.com/blog/uncategorized/ordering-of-numeric-conditional-tests/#comment-1277</guid>
		<description>The second way is how my professors tend to write conditions like that, and I never really thought about it I guess, I used to do it the first way because it seemed more symmetrical, but at some point I realized that the second way does more closely reflect set notation, and it makes more sense to think of it logically as one condition of &quot; min &lt; value &lt; max &quot; rather than two separate tests.</description>
		<content:encoded><![CDATA[<p>The second way is how my professors tend to write conditions like that, and I never really thought about it I guess, I used to do it the first way because it seemed more symmetrical, but at some point I realized that the second way does more closely reflect set notation, and it makes more sense to think of it logically as one condition of &#8221; min &lt; value &lt; max &#8221; rather than two separate tests.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
