6 Brian Kernighan Quotes
Brian Kernighan gives plain-spoken, practical advice on programming and debugging that will help anyone looking to write clearer code.
Brian Kernighan quotes
-
The most effective debugging tool is still careful thought, coupled with judiciously placed print statements.
#1 -
Everyone knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it?
#2 -
Do what you think is interesting, do something that you think is fun and worthwhile, because otherwise you won't do it well anyway.
#3 -
Controlling complexity is the essence of computer programming.
#4 -
First make it run, then make it run fast.
#5 -
If you haven't used grep, you've missed one of the simple pleasures of life. [2]
#6