News

Use a consistent set of naming conventions when you write code and your software will be easier to manage, debug, troubleshoot and maintain.
We have all heard that good variable names are important for creating readable programs — advice that will serve you well when you come back to your code two years later, or even twenty ...
Unlike the bad-old days of coding, a few dozen extra bytes in your script have no ill effect and aren't going to eat up precious disk space, so I am a strong proponent of longer, mnemonic, descriptive ...
Camel case and snake case stand at opposite ends of the variable naming convention spectrum. When multiple words are used to form a variable, camel case joins those words together, without any white ...