<?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: Cleaner code: Inversion of logic</title>
	<atom:link href="http://www.redcode.nl/blog/2009/12/inversion_of_logic/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redcode.nl/blog/2009/12/inversion_of_logic/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=inversion_of_logic</link>
	<description>Java, algorithms, math and more</description>
	<lastBuildDate>Fri, 03 Feb 2012 15:06:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Joey</title>
		<link>http://www.redcode.nl/blog/2009/12/inversion_of_logic/comment-page-1/#comment-3132</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Sun, 06 Mar 2011 09:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcode.nl/?p=180#comment-3132</guid>
		<description>Great concept. I write code like this sometimes, but mostly as an accident - I had never really considered how much more readable it is than the nested statements. Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>Great concept. I write code like this sometimes, but mostly as an accident &#8211; I had never really considered how much more readable it is than the nested statements. Thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Handling null in Java - Redcode</title>
		<link>http://www.redcode.nl/blog/2009/12/inversion_of_logic/comment-page-1/#comment-88</link>
		<dc:creator>Handling null in Java - Redcode</dc:creator>
		<pubDate>Mon, 01 Feb 2010 10:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcode.nl/?p=180#comment-88</guid>
		<description>[...] first strategy we can follow is based on inversion of logic which I&#8217;ve blogged about before. The idea is that we exit early, this will improve the [...]</description>
		<content:encoded><![CDATA[<p>[...] first strategy we can follow is based on inversion of logic which I&#8217;ve blogged about before. The idea is that we exit early, this will improve the [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

