-
Variable Naming
I've just been checking out the new .Net variable naming guidelines MS have come out with over at http://msdn.microsoft.com/library/de...guidelines.asp & find these pretty crappy.
I just wanted to know everyone elses opinion on these - do most of you still use the good old hungarian notation when programming in .Net?
-
I still use strTest, blnIsOpen, mstrUsername, etc.
There was a thread on this last month as well.
-
I still use 3 letter codes in front of variable names like salvelinus
-
Yeah thanks - that link was pretty useful. It looks as though this new naming convention is for to get people use to working with and reading different languages within the .net IDE environment.
I've got the same opinion as you guys as I'm just doing vb I'm going to stick to the good old 3 letter convention - much easier to read/get on with.
Thanks!