well, I went through all the answers, and they're all very important things to look out for, but I think the number one mistake of programmer is not documenting their code!!
it's not really a pure coding issue, but nevertheless I believe it is a most basic skill.
everyone makes mistakes, all of us write bugs. that's all human. but not commenting on your code, thereby making life easier on yourself, and more importantly for your fellow developer that will need to debug your code after you moved on, is the worst thing IMHO.
also, not using common design patterns (everyone knows singleton, but strategy, adapter, decorator, etc...), or not even knowing them, is something I see quite often.