VBGamer |
|||||||||||||||||||||||||||
RE: Naming conventions... Rag on a Stick (1 reply, 0 views) (2000-Oct-5) I use them most of the time, I always do controls and forms with a lower TLA before them (eg, imgLogo, cmdExit)
When it comes to variables, I get slack, but I often use Enums so it makes it really easy to read. I only really do something for Booleans and Strings ('b' and 'str')
But my code is fairly easy to read (at least for me) just because I comment it and give some meaningful names.
Although, now I come to think of it, it probably isn't, sometimes I misname my subs so they do just a bit more than their name suggests or a bit less. And I sometimes put stuff in the wrong place, like game code in the form instead of in the game engine module.
That's me
|