<?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: C# is stupid</title>
	<atom:link href="http://uhri.com/blog/csharp-is-stupid-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://uhri.com/blog/csharp-is-stupid-0/</link>
	<description>Taste is in the tongue of the beholder</description>
	<lastBuildDate>Sat, 20 Nov 2010 14:11:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Dan</title>
		<link>http://uhri.com/blog/csharp-is-stupid-0/comment-page-1/#comment-13</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 09 Mar 2006 22:32:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.uhri.com/blog/?p=27#comment-13</guid>
		<description>Got another one for yas:

I typed this because I was Java-retarded:
char tokens[] = Message.Split(&quot; &quot;);

The error? Oh, so descriptive I crapped my pants with joy:
Syntax error, bad array declarator. To declare a managed array the rank specifier precedes the variable&#039;s identifier

The fix?

char[] tokens = Message.Split(&quot; &quot;);

Better error?
Put [] after the type, not the variable name.

I gotta go clean up now.</description>
		<content:encoded><![CDATA[<p>Got another one for yas:</p>
<p>I typed this because I was Java-retarded:<br />
char tokens[] = Message.Split(&#8221; &#8220;);</p>
<p>The error? Oh, so descriptive I crapped my pants with joy:<br />
Syntax error, bad array declarator. To declare a managed array the rank specifier precedes the variable&#8217;s identifier</p>
<p>The fix?</p>
<p>char[] tokens = Message.Split(&#8221; &#8220;);</p>
<p>Better error?<br />
Put [] after the type, not the variable name.</p>
<p>I gotta go clean up now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://uhri.com/blog/csharp-is-stupid-0/comment-page-1/#comment-12</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Mon, 30 Jan 2006 03:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.uhri.com/blog/?p=27#comment-12</guid>
		<description>That&#039;s how they weed out the wannabe&#039;s.  If you need logical error messages and sensical syntax you might want to put your training wheels back on and go back to a little toy language like &quot;VB&quot;

What&#039;s next....you want error messages that help you troubleshoot problems when an application crashes?

Or how about a CMS that is easy to use and runs efficiently?

I think its time you come back to reality(); or is it Reality();</description>
		<content:encoded><![CDATA[<p>That&#8217;s how they weed out the wannabe&#8217;s.  If you need logical error messages and sensical syntax you might want to put your training wheels back on and go back to a little toy language like &#8220;VB&#8221;</p>
<p>What&#8217;s next&#8230;.you want error messages that help you troubleshoot problems when an application crashes?</p>
<p>Or how about a CMS that is easy to use and runs efficiently?</p>
<p>I think its time you come back to reality(); or is it Reality();</p>
]]></content:encoded>
	</item>
</channel>
</rss>

