Best programming and hacker quotes. Ever.
Curated by fellow hackers Jarmo Pertman & Andri Möll
It is better to have 100 functions operate on one data structure than 10 functions on 10 data structures.
Alan J. Perlis
Simplicity is prerequisite for reliability.
Edsger Dijkstra
It's hard enough to find an error in your code when you're looking for it; it's even harder when you've assumed your code is error-free.
Steve McConnell
If you don't think you're doing great things, you're probably right.
Anonymous
What I cannot build, I do not understand.
Richard Feynman
The more bizarre the behavior, the more stupid the mistake.
Ed's Law of Debugging
Lines of code are only worth counting, when time has come to delete them.
Anonymous
The latest new features in C++ are designed to fix the previously new features in C++.
David Jameson
The Internet? Is that thing still around?
Homer Simpson
It is easier to optimize correct code than to correct optimized code.
Anonymous