<?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: What gets me when I&#8217;m switching from VB.NET top C#?</title>
	<atom:link href="http://www.lazycoder.com/weblog/2005/03/17/what-gets-me-when-im-switching-from-vbnet-top-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lazycoder.com/weblog/2005/03/17/what-gets-me-when-im-switching-from-vbnet-top-c/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Sep 2010 09:21:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Scott</title>
		<link>http://www.lazycoder.com/weblog/2005/03/17/what-gets-me-when-im-switching-from-vbnet-top-c/comment-page-1/#comment-6123</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 17 Mar 2005 23:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazycoder.com/weblog/archives/2005/03/17/what-gets-me-when-im-switching-from-vbnet-top-c/#comment-6123</guid>
		<description>That&#039;s because they are keywords.</description>
		<content:encoded><![CDATA[<p>That&#8217;s because they are keywords.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.lazycoder.com/weblog/2005/03/17/what-gets-me-when-im-switching-from-vbnet-top-c/comment-page-1/#comment-6122</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 17 Mar 2005 22:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazycoder.com/weblog/archives/2005/03/17/what-gets-me-when-im-switching-from-vbnet-top-c/#comment-6122</guid>
		<description>Backround colors would indeed make all the {}&#039;s easier to understand, but it doesn&#039;t get around the basic problem that all structural elements in C-ish languages look exactly alike.  

It strikes me as the same as removing the label from both the toothpaste and the hermoid cream.  It might be possible to tell them apart based on location, (medicine cabinet vs. top of the vanity) but it really isn&#039;t a good idea.  

As far as the keywords using up available variable names, using For or Then or Inherits for variable names is *literally* right out of &quot;How to Write Unmaintainable Code&quot;  http://www.freevbcode.com/ShowCode.Asp?ID=2547.  
</description>
		<content:encoded><![CDATA[<p>Backround colors would indeed make all the {}&#8217;s easier to understand, but it doesn&#8217;t get around the basic problem that all structural elements in C-ish languages look exactly alike.  </p>
<p>It strikes me as the same as removing the label from both the toothpaste and the hermoid cream.  It might be possible to tell them apart based on location, (medicine cabinet vs. top of the vanity) but it really isn&#8217;t a good idea.  </p>
<p>As far as the keywords using up available variable names, using For or Then or Inherits for variable names is *literally* right out of &#8220;How to Write Unmaintainable Code&#8221;  <a href="http://www.freevbcode.com/ShowCode.Asp?ID=2547" rel="nofollow">http://www.freevbcode.com/ShowCode.Asp?ID=2547</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.lazycoder.com/weblog/2005/03/17/what-gets-me-when-im-switching-from-vbnet-top-c/comment-page-1/#comment-6118</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 17 Mar 2005 22:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazycoder.com/weblog/archives/2005/03/17/what-gets-me-when-im-switching-from-vbnet-top-c/#comment-6118</guid>
		<description>I&#039;m with you on the confusing mess of brackets that C-based languages leave us in. But you can tell Visual Studio to highlight the start and end brackets when you type one in. That helps to tell where you are in the loop. I&#039;d rather have it change the background color slightly when I&#039;m inside some brackets and typing. The refactoring functionality in IntelliJ is better about showing you how your brackets line up. I think either Code Rush or ReSharper do something similar.

The reason that terseness in a programming language is a good thing, IMO, is that less typing means fewering typing mistakes. Sure the VB IDE will compile it in the background and let you know if something isn&#039;t kosher, but you still have to backtrack and find the error. All those keywords means more to process and fewer words you can use in your program. 

Case sensitivity sucks. </description>
		<content:encoded><![CDATA[<p>I&#8217;m with you on the confusing mess of brackets that C-based languages leave us in. But you can tell Visual Studio to highlight the start and end brackets when you type one in. That helps to tell where you are in the loop. I&#8217;d rather have it change the background color slightly when I&#8217;m inside some brackets and typing. The refactoring functionality in IntelliJ is better about showing you how your brackets line up. I think either Code Rush or ReSharper do something similar.</p>
<p>The reason that terseness in a programming language is a good thing, IMO, is that less typing means fewering typing mistakes. Sure the VB IDE will compile it in the background and let you know if something isn&#8217;t kosher, but you still have to backtrack and find the error. All those keywords means more to process and fewer words you can use in your program. </p>
<p>Case sensitivity sucks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.lazycoder.com/weblog/2005/03/17/what-gets-me-when-im-switching-from-vbnet-top-c/comment-page-1/#comment-6117</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 17 Mar 2005 21:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazycoder.com/weblog/archives/2005/03/17/what-gets-me-when-im-switching-from-vbnet-top-c/#comment-6117</guid>
		<description>I can&#039;t stand the damn terseness of C#.  Which } ends my for block and which ends my If block?  Which is the end of my namespace and which is the end of my class?  If the IDE would actually indent this stuff correctly, I might not mind (as much) but as it is, I save two hundred keystrokes a day and lose a half hour trying to figure out where I am.  

What does C# have against words?  &quot;Inherits&quot; is clear what it means.  &quot;End If&quot; is clear what it does. &quot;:&quot; is punctuation. &quot;}&quot; is an emoticon meaning &quot;handlebar moustache.&quot;  

Why are we straining to save every byte when a 80 gig drive costs about an hour&#039;s work for most consultants?  We waste hours of work for the sake of scores of keystrokes.  That is insane!  Terseness is a relic from the dark ages of computing.

Don&#039;t even get me started on case sensitivity.  What, is there some desperate shortage of compiler errors?
Are we so devoid of things to think about that it is vital we make our programmers remember that Exception is capitalized in C#?  
</description>
		<content:encoded><![CDATA[<p>I can&#8217;t stand the damn terseness of C#.  Which } ends my for block and which ends my If block?  Which is the end of my namespace and which is the end of my class?  If the IDE would actually indent this stuff correctly, I might not mind (as much) but as it is, I save two hundred keystrokes a day and lose a half hour trying to figure out where I am.  </p>
<p>What does C# have against words?  &#8220;Inherits&#8221; is clear what it means.  &#8220;End If&#8221; is clear what it does. &#8220;:&#8221; is punctuation. &#8220;}&#8221; is an emoticon meaning &#8220;handlebar moustache.&#8221;  </p>
<p>Why are we straining to save every byte when a 80 gig drive costs about an hour&#8217;s work for most consultants?  We waste hours of work for the sake of scores of keystrokes.  That is insane!  Terseness is a relic from the dark ages of computing.</p>
<p>Don&#8217;t even get me started on case sensitivity.  What, is there some desperate shortage of compiler errors?<br />
Are we so devoid of things to think about that it is vital we make our programmers remember that Exception is capitalized in C#?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
