<?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: Hungarian Notation &#8211; Use What Works, Spit Out The Bones</title>
	<atom:link href="http://blog.dmbcllc.com/2009/06/29/hungarian-notation-use-what-works-spit-out-the-bones/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dmbcllc.com/2009/06/29/hungarian-notation-use-what-works-spit-out-the-bones/</link>
	<description>ASP.NET, HTML, CSS, Visual Studio, CSharp, VB.NET and other programming items of interest.</description>
	<lastBuildDate>Mon, 15 Mar 2010 11:52:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rennie Petersen</title>
		<link>http://blog.dmbcllc.com/2009/06/29/hungarian-notation-use-what-works-spit-out-the-bones/comment-page-1/#comment-2749</link>
		<dc:creator>Rennie Petersen</dc:creator>
		<pubDate>Fri, 03 Jul 2009 18:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/06/29/hungarian-notation-use-what-works-spit-out-the-bones/#comment-2749</guid>
		<description>Most of your points are good, the most important being to a) use what works for you, and b) be consistent.

One rule I have is that names must NOT be simple English words. Calling a variable just &quot;button&quot; or &quot;counter&quot; can lead to various problems, especially later when you decide to rename the variable. So always use names that are at least slight variations, at minimum &quot;aButton&quot;, &quot;theCounter&quot;, or, better yet, &quot;okButton&quot;, &quot;alreadyProcessedCounter&quot;.</description>
		<content:encoded><![CDATA[<p>Most of your points are good, the most important being to a) use what works for you, and b) be consistent.</p>
<p>One rule I have is that names must NOT be simple English words. Calling a variable just &#8220;button&#8221; or &#8220;counter&#8221; can lead to various problems, especially later when you decide to rename the variable. So always use names that are at least slight variations, at minimum &#8220;aButton&#8221;, &#8220;theCounter&#8221;, or, better yet, &#8220;okButton&#8221;, &#8220;alreadyProcessedCounter&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://blog.dmbcllc.com/2009/06/29/hungarian-notation-use-what-works-spit-out-the-bones/comment-page-1/#comment-2711</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 30 Jun 2009 13:35:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/06/29/hungarian-notation-use-what-works-spit-out-the-bones/#comment-2711</guid>
		<description>I find those carry overs from the VB4-6 days awkward in the VB.NET world.  Too many additional controls.  What do we call them?  How do we train new programmers the convention?  

At least using the letter abbreviation of the actual control name is easy to teach.  But using the control name is an easy convention that everyone understands, is easy to teach to new hires, and has all the benefits of the VB6 notations.</description>
		<content:encoded><![CDATA[<p>I find those carry overs from the VB4-6 days awkward in the VB.NET world.  Too many additional controls.  What do we call them?  How do we train new programmers the convention?  </p>
<p>At least using the letter abbreviation of the actual control name is easy to teach.  But using the control name is an easy convention that everyone understands, is easy to teach to new hires, and has all the benefits of the VB6 notations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dew Drop &#8211; June 30, 2009 &#124; Alvin Ashcraft's Morning Dew</title>
		<link>http://blog.dmbcllc.com/2009/06/29/hungarian-notation-use-what-works-spit-out-the-bones/comment-page-1/#comment-2710</link>
		<dc:creator>Dew Drop &#8211; June 30, 2009 &#124; Alvin Ashcraft's Morning Dew</dc:creator>
		<pubDate>Tue, 30 Jun 2009 13:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/06/29/hungarian-notation-use-what-works-spit-out-the-bones/#comment-2710</guid>
		<description>[...] Hungarian Notation – Use What Works Spit Out The Bones (Dave M. Bush) [...]</description>
		<content:encoded><![CDATA[<p>[...] Hungarian Notation – Use What Works Spit Out The Bones (Dave M. Bush) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://blog.dmbcllc.com/2009/06/29/hungarian-notation-use-what-works-spit-out-the-bones/comment-page-1/#comment-2709</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Tue, 30 Jun 2009 13:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/06/29/hungarian-notation-use-what-works-spit-out-the-bones/#comment-2709</guid>
		<description>Good article, overall I agree with your conventions.  I find that Hungarian Notation is good when naming my controls on my forms and pages, I use to help find them  fast.  ddl for dropdown lists, txt for textboxes, chk for checkboxes.</description>
		<content:encoded><![CDATA[<p>Good article, overall I agree with your conventions.  I find that Hungarian Notation is good when naming my controls on my forms and pages, I use to help find them  fast.  ddl for dropdown lists, txt for textboxes, chk for checkboxes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.219 seconds -->
