<?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"
	>
<channel>
	<title>Comments on: Null Coalescing Operator</title>
	<atom:link href="http://www.alteridem.net/2007/08/17/null-coalescing-operator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alteridem.net/2007/08/17/null-coalescing-operator/</link>
	<description>Software by Design</description>
	<pubDate>Fri, 04 Jul 2008 03:15:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: ItsAllEasy &#187; Blog Archive &#187; Null Coalescing Operator</title>
		<link>http://www.alteridem.net/2007/08/17/null-coalescing-operator/#comment-1156</link>
		<dc:creator>ItsAllEasy &#187; Blog Archive &#187; Null Coalescing Operator</dc:creator>
		<pubDate>Wed, 22 Aug 2007 06:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.alteridem.net/2007/08/17/null-coalescing-operator/#comment-1156</guid>
		<description>[...] != null){ a = b; }else{ a = c; }  I was reminded of it again today when I learned it is called the &#8220;Null Coalescing Operator&#8221;. Javascript has something similar with:  a = b &#124;&#124; c;  I&#8217;ve used the hell out of it in [...]</description>
		<content:encoded><![CDATA[<p>[...] != null){ a = b; }else{ a = c; }  I was reminded of it again today when I learned it is called the &#8220;Null Coalescing Operator&#8221;. Javascript has something similar with:  a = b || c;  I&#8217;ve used the hell out of it in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Asrari</title>
		<link>http://www.alteridem.net/2007/08/17/null-coalescing-operator/#comment-1155</link>
		<dc:creator>Will Asrari</dc:creator>
		<pubDate>Tue, 21 Aug 2007 02:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.alteridem.net/2007/08/17/null-coalescing-operator/#comment-1155</guid>
		<description>Very useful. Definitely slid in under the radar.</description>
		<content:encoded><![CDATA[<p>Very useful. Definitely slid in under the radar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Forrest</title>
		<link>http://www.alteridem.net/2007/08/17/null-coalescing-operator/#comment-1154</link>
		<dc:creator>Forrest</dc:creator>
		<pubDate>Mon, 20 Aug 2007 16:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.alteridem.net/2007/08/17/null-coalescing-operator/#comment-1154</guid>
		<description>Wow..  learn something new every day. Very handy shortcut of which I could make Much use.

Thanks!</description>
		<content:encoded><![CDATA[<p>Wow..  learn something new every day. Very handy shortcut of which I could make Much use.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 22 Links Today (2007-08-20)</title>
		<link>http://www.alteridem.net/2007/08/17/null-coalescing-operator/#comment-1153</link>
		<dc:creator>22 Links Today (2007-08-20)</dc:creator>
		<pubDate>Mon, 20 Aug 2007 15:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.alteridem.net/2007/08/17/null-coalescing-operator/#comment-1153</guid>
		<description>[...] Null Coalescing Operator: ?? [...]</description>
		<content:encoded><![CDATA[<p>[...] Null Coalescing Operator: ?? [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
