term% cat index.txt Important quotes.
Such is modern computing: everything simple is made too complicated because
it's easy to fiddle with; everything complicated stays complicated because
it's hard to fix.
- Rob Pike
People get annoyed when they must write two lines of code instead of one,
but I don't. It's called programming.
– Rob Pike
The most effective debugging tool is still careful thought, coupled with
judiciously placed print statements.
— Brian W. Kernighan
I wanted to see how hard it was to implement this sort of thing in Go, with
as nice an API as I could manage. It wasn't hard. Having written it a
couple of years ago, I haven't had occasion to use it once. Instead, I just
use "for" loops. You shouldn't use it either.
– Rob Pike
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?
- Brian Kernighan