VBGamer |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Naming conventions... The Gilb (4 replies, 0 views) (2000-Oct-2) I haven't dabbled in VB for a little while, but I've recently been reading a Java programming book (Finding out the structure - it's actually a nice language!), and one thing it came to was naming conventions... I personally always use hungarian notation because it's nice to use... Makes code more readable and more compact... Why do the majority of VB programmers use - well - not use any naming convention?... Things like getName(...) or m_lmyVar?....
|