Comment The key to writing good code, is NOT to write it. (Score 1) 682
I have really gotten onboard with using tested and trusted 3rd party frameworks, or using code generators. I can create about 30-50% of my code using generators. Code generation not only eliminates simple bugs, it enforces a standard practice across the group and keeps the code clean.