CompuServe Messages

#{ Coding can of worms }

    21-Feb-91 21:07:00
Fm: Mike Roth/Lattice 76566,1137
To: Don Curtis/SYSOP 76703,4321
Don, I never really thought about variable name conventions too much until I had to conform to standards at my current job. I'm really sold on them. Another convention we use is to prepend submodule functions with a prefix for that submodule, i.e., SysConvertFileName() to convert filenames from one file system standard to another. That is a "Sys" module function. This makes it much easier to locate functions when you have hundreds of them. — Mike Roth