12 Steps to Better Code
"The neat thing about The Joel Test is that it's easy to get a quick yes or no to each question...The bummer about The Joel Test is that you really shouldn't use it to make sure that your nuclear power plant software is safe."
The Joel Test
- Do you use source control?
- Can you make a build in one step?
- Do you make daily builds?
- Do you have a bug database?
- Do you fix bugs before writing new code?
- Do you have an up-to-date schedule?
- Do you have a spec?
- Do programmers have quiet working conditions?
- Do you use the best tools money can buy?
- Do you have testers?
- Do new candidates write code during their interview?
- Do you do hallway usability testing?
Full article: The Joel Test: 12 Steps to Better Code.
