NamingConventions
From Niki
- Names of global functions start with an upper case letter.
- Names of local functions start with a lower case letter.
Try to keep function names shorter than 32 characters long: this allows for the ancient limits imposed by the VMS linker.
