Always assume that some poor schmuck will have to maintain your code.
- keep it simple,
- easy to understand,
- segmented in manageable and logical chunks
Remember, you might be the schmuck that has to maintain the code, give yourself a break, not shortcuts, take no "shortcuts", dont use "clever" side effects, avoid cryptic variables, no unrelated commentscomments...
