Rob Pike
Software engineer who co-created the Go programming language and advanced distributed systems.
Quotes by Rob Pike
Interfaces are the key to modularity.
When in doubt, use an interface.
The purpose of a programming language is to help you think.
Programmers are not to be trusted.
The less code you write, the less code you have to debug.
Don't optimize prematurely.
Measure, don't guess.
The best way to predict the future is to implement it.
If you want to go fast, go alone. If you want to go far, go together.
The most important thing is to write code that works.
The compiler is your friend.
Write tests, not just code.
The best code is no code.
The hardest part of programming is naming things.
Don't panic.
The best way to learn is by doing.
Read the source, Luke.
The Unix philosophy is about small, sharp tools.
Plan 9 is what Unix would have been if it had been designed in the 1980s.
The most important thing about a program is that it works.