News

Use a consistent set of naming conventions when you write code and your software will be easier to manage, debug, troubleshoot and maintain.
To avoid using reserved words and screwing up your code, just decide on a naming scheme for your variables. I've put "my" in front of my example variable, but you'll probably want to come up with ...