The default movement on a software project should be in the direction of taking elements of the software away to make it simpler rather than adding elements to make it more complex.
Steve McConnellIn software, the chain isn't as strong as its weakest link; it's as weak as all the weak links multiplied together.
Steve McConnellIt's hard enough to find an error in your code when you're looking for it; it's even harder when you've assumed your code is error-free.
Steve McConnell