Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb_dotnet thread: RE: Naming Conventions


Message #1 by "Taylor, Brett (CALBRIS)" <Brett.Taylor@c...> on Fri, 13 Sep 2002 14:40:35 +1000
Hi Francis,

I too wondered why Hungarian Notation was being dropped in favour of 
Camel Casing for VB.NET as I agree: Hungarian Notation adds a lot of 
value. Seems that the change is largely just a recomendation by 
Microsoft, and you can of course you can do what you like.

In fact, I recently bought the book 'Practical Standards for Microsoft 
Visual Basic .NET' from Microsoft's own "Microsoft Press". On page xix 
of the introduction I was pleasantly surprised to find that the author 
acknowledged Microsoft's recomendation but still chose to continue using 
Hungarian for the same reasons it has always been used ie. clarity and 
ease of understanding.

All up, I know that everybody is recoemdning Camel Casing but I am going 
to go with Hungarian. In the end, like all naming conventions, it 
doesn't matter what you choose as long as you use it consistently.

Cheers
Brett

  Return to Index