The Elements of Programming Style
A source page for quotes linked to Brian Kernighan.
“An effective way to test code is to exercise it at its natural boundaries”
“Mechanical rules are never a substitute for clarity of thought.”
“90% of the functionality delivered now is better than 100% delivered never.”
“Controlling complexity is the essence of computer programming.”
“Each new user of a new system uncovers a new class of bugs.”
“If you're as clever as you can be when you write it, how will you ever debug it?”
“Trying to outsmart a compiler defeats much of the purpose of using one.”
“If you had done something twice, you are likely to do it again.”