Re: OFF TOPIC: Re: [stella] help! distella -> dasm case sensitivity

Subject: Re: OFF TOPIC: Re: [stella] help! distella -> dasm case sensitivity
From: Glenn Saunders <cybpunks2@xxxxxxxxxxxxx>
Date: Mon, 06 May 2002 10:22:29 -0700
At 09:26 AM 5/4/2002 -0400, you wrote:
Honestly though, Hungarian notation (or another convention that keeps variable type and variable scope in variable names, like "gs_foo" for a global string) makes even commentless code so much easier to follow I can't see why anyone *wouldn't* use it in Java, C, VB, C#, etc. When I have to update legacy code or work on a team at work, I'd say I get up to speed on large sub/functs/methods twice as quickly when Hungarian notation (or something equal) is used.

What happens when you decide to change the scoping/typing of a variable? You need to do a global search and replace on every instance of the variable name?



---------------------------------------------------------------------------------------------- Archives (includes files) at http://www.biglist.com/lists/stella/archives/ Unsub & more at http://www.biglist.com/lists/stella/


Current Thread