Home All Groups Group Topic Archive Search About
Author
18 Oct 2005 4:10 AM
Marcus O. M. Grabe
Hi All,

is there still a Naming Convention for Variables and Constanst, e.g.
interger variables are named intSomething?
And if yes, where can I get it?

Marcus

Author
18 Oct 2005 4:52 AM
Someone
Amongst many:

INFO: Microsoft Consulting Services Naming Conventions for Visual Basic
http://support.microsoft.com/default.aspx?scid=kb;en-us;110264

INFO: Object Hungarian Notation Naming Conventions for VB
http://support.microsoft.com/default.aspx?scid=kb;en-us;173738

http://en.wikipedia.org/wiki/Hungarian_notation
http://www.google.com/search?num=100&q=hungarian%20notation

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon98/html/vbconobjectnamingconventions.asp



Show quoteHide quote
"Marcus O. M. Grabe" <marcus.gr***@gmx.net> wrote in message
news:gat8l1h5m7e8qqu84ecpr8d6trrcu5u9jh@4ax.com...
> Hi All,
>
> is there still a Naming Convention for Variables and Constanst, e.g.
> interger variables are named intSomething?
> And if yes, where can I get it?
>
> Marcus
Author
18 Oct 2005 11:32 AM
Tony Proctor
There are nearly as many naming conventions as there are programmers  <grin>

Just pick one (or devise a new one) that you feel happy with, and then stick
to it

        Tony Proctor

Show quoteHide quote
"Marcus O. M. Grabe" <marcus.gr***@gmx.net> wrote in message
news:gat8l1h5m7e8qqu84ecpr8d6trrcu5u9jh@4ax.com...
> Hi All,
>
> is there still a Naming Convention for Variables and Constanst, e.g.
> interger variables are named intSomething?
> And if yes, where can I get it?
>
> Marcus