Build a better program and the world will beat a path to your door.
Tip 1:
Objects should be named with a consistent prefix that makes it easy to identify the type of object.
Tip 2:
All procedures and functions should begin with a brief comment describing the functional characteristics of the procedure (what it does).