Summary
Use descriptive variable names.
Lock shared variables (application, session, server).
Comment your code.
- “There are always at least two programmers on every project. The programmer you were when you coded it, and the programmer you are now.”
Let the database do what it does best.
Primary keys should never contain meaningful data.