<?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: How to return an array &#8211; null or empty?</title>
	<atom:link href="http://ray.jez.net/how-to-return-an-array-null-or-empty/feed/" rel="self" type="application/rss+xml" />
	<link>http://ray.jez.net/how-to-return-an-array-null-or-empty/</link>
	<description>AllThingsR</description>
	<lastBuildDate>Mon, 27 Jun 2011 22:51:30 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Griffin Caprio</title>
		<link>http://ray.jez.net/how-to-return-an-array-null-or-empty/comment-page-1/#comment-889</link>
		<dc:creator>Griffin Caprio</dc:creator>
		<pubDate>Fri, 08 Apr 2005 21:37:00 +0000</pubDate>
		<guid isPermaLink="false">/jez/archive/2005/04/08/7615.aspx#comment-889</guid>
		<description>Removing the burden from the developer in the case of nulls is the basis of the Null Object pattern:
&lt;br /&gt;
&lt;br /&gt;&lt;a target=&quot;_new&quot; href=&quot;http://c2.com/cgi/wiki?NullObject&quot;&gt;http://c2.com/cgi/wiki?NullObject&lt;/a&gt;
&lt;br /&gt;
&lt;br /&gt;It comes is very handy.</description>
		<content:encoded><![CDATA[<p>Removing the burden from the developer in the case of nulls is the basis of the Null Object pattern:</p>
<p><a target="_new" href="http://c2.com/cgi/wiki?NullObject">http://c2.com/cgi/wiki?NullObject</a></p>
<p>It comes is very handy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wesner Moise</title>
		<link>http://ray.jez.net/how-to-return-an-array-null-or-empty/comment-page-1/#comment-888</link>
		<dc:creator>Wesner Moise</dc:creator>
		<pubDate>Fri, 08 Apr 2005 21:12:00 +0000</pubDate>
		<guid isPermaLink="false">/jez/archive/2005/04/08/7615.aspx#comment-888</guid>
		<description>See my post on &lt;a target=&quot;_new&quot; href=&quot;http://wesnerm.blogs.com/net_undocumented/2004/02/empty_arrays.html&quot;&gt;http://wesnerm.blogs.com/net_undocumented/2004/02/empty_arrays.html&lt;/a&gt;
&lt;br /&gt;
&lt;br /&gt;why Empty Arrays are preferred and need not result in additional memory usage (since empty arrays are immutable and thus sharable).</description>
		<content:encoded><![CDATA[<p>See my post on <a target="_new" href="http://wesnerm.blogs.com/net_undocumented/2004/02/empty_arrays.html">http://wesnerm.blogs.com/net_undocumented/2004/02/empty_arrays.html</a></p>
<p>why Empty Arrays are preferred and need not result in additional memory usage (since empty arrays are immutable and thus sharable).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

