Jared Rypka Hauer
Keep your code as concise as possible.
- Even if it means extra time working out an issue or two to shrink your code. Concise code runs faster and is easier to maintain.
Make the DB do as much work as possible. Use stored procs as much as possible.
Comment! Comment! Comment!