<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: There&#8217;s idiomatic, and there&#8217;s just being respectful	</title>
	<atom:link href="https://www.robg3d.com/2012/01/theres-idiomatic-and-theres-just-being-respectful/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.robg3d.com/2012/01/theres-idiomatic-and-theres-just-being-respectful/</link>
	<description>Blog of Rob Galanakis (@robgalanakis)</description>
	<lastBuildDate>Fri, 10 Jan 2014 19:04:08 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.4.1</generator>
	<item>
		<title>
		By: Phill Van Horn		</title>
		<link>https://www.robg3d.com/2012/01/theres-idiomatic-and-theres-just-being-respectful/#comment-228018</link>

		<dc:creator><![CDATA[Phill Van Horn]]></dc:creator>
		<pubDate>Fri, 10 Jan 2014 19:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.robg3d.com/?p=833#comment-228018</guid>

					<description><![CDATA[I think the point in the first example is that a c++ person clearly wrote the code because they are checking for successful DMA, but C# uses garbage collection and the new call will never return null. It&#039;s evidence that the writer has no idea of even the basic differences between C# and C++.

Although, they probably weren&#039;t a great C++ programmer either because new is practically a dirty word in C++. var foo = new foo() actually calls the constructor twice... unless foo is a pointer.]]></description>
			<content:encoded><![CDATA[<p>I think the point in the first example is that a c++ person clearly wrote the code because they are checking for successful DMA, but C# uses garbage collection and the new call will never return null. It&#8217;s evidence that the writer has no idea of even the basic differences between C# and C++.</p>
<p>Although, they probably weren&#8217;t a great C++ programmer either because new is practically a dirty word in C++. var foo = new foo() actually calls the constructor twice&#8230; unless foo is a pointer.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rob Galanakis		</title>
		<link>https://www.robg3d.com/2012/01/theres-idiomatic-and-theres-just-being-respectful/#comment-7896</link>

		<dc:creator><![CDATA[Rob Galanakis]]></dc:creator>
		<pubDate>Tue, 24 Jan 2012 19:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.robg3d.com/?p=833#comment-7896</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.robg3d.com/2012/01/theres-idiomatic-and-theres-just-being-respectful/#comment-7881&quot;&gt;MrPingouin&lt;/a&gt;.

It can never be null, the guard is always True.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.robg3d.com/2012/01/theres-idiomatic-and-theres-just-being-respectful/#comment-7881">MrPingouin</a>.</p>
<p>It can never be null, the guard is always True.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: MrPingouin		</title>
		<link>https://www.robg3d.com/2012/01/theres-idiomatic-and-theres-just-being-respectful/#comment-7881</link>

		<dc:creator><![CDATA[MrPingouin]]></dc:creator>
		<pubDate>Mon, 23 Jan 2012 14:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.robg3d.com/?p=833#comment-7881</guid>

					<description><![CDATA[Hmmm... So what&#039;s the point in the first example ?
It should be catched as a NullException ?]]></description>
			<content:encoded><![CDATA[<p>Hmmm&#8230; So what&#8217;s the point in the first example ?<br />
It should be catched as a NullException ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Adam		</title>
		<link>https://www.robg3d.com/2012/01/theres-idiomatic-and-theres-just-being-respectful/#comment-7876</link>

		<dc:creator><![CDATA[Adam]]></dc:creator>
		<pubDate>Mon, 23 Jan 2012 01:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.robg3d.com/?p=833#comment-7876</guid>

					<description><![CDATA[Apropos!]]></description>
			<content:encoded><![CDATA[<p>Apropos!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
