[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: SQR coding standards
:Does anyone know of any sqr coding standards posted anywhere or
:has anyone created any coding standards?
Hey, now that's a good thread!
Personally, I'd suggest the use of local procedures whenever possible, a
naming convention that distinguishes explicitly-declared date variables from
ordinary string variables, the use of defines instead of global variables
for constants and the use of include files to support shared libraries.
While we are at it, maybe include a special naming convention for argument
variables that are expected to return a value.
MikeJ