A typical software project can present more opportunities to learn from mistakes than some people get in a lifetime.
Steve McConnellGood code is its own best documentation. As you're about to add a comment, ask yourself, "How can I improve the code so that this comment isn't needed?" Improve the code and then document it to make it even clearer.
Steve McConnellTrying to apply formal methods to all software projects is just as bad as trying to apply code-and-fix development to all projects.
Steve McConnellIt's OK to figure out murder mysteries, but you shouldn't need to figure out code. You should be able to read it.
Steve McConnell