A brute force solution that works is better than an elegant solution that doesn't work.
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 McConnellIn my experience, you either have encapsulation and abstraction or you have neither. There is no middle ground.
Steve McConnellThe 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 McConnell