Best programming and hacker quotes. Ever.
Curated by fellow hackers Jarmo Pertman & Andri Möll
There is no programming language, no matter how structured, that will prevent programmers from making bad programs.
Larry Flon
If it doesn't have to work, we can do it real quick.
Watts Humphrey
If you've seen one picture of the Mandelbrot Set, you've seen them all.
Bill Karwin
It's OK to figure out murder mysteries, but you shouldn't need to figure out code. You should be able to read it.
Steve McConnell
Working software is the primary measure of progress.
Agile Manifesto
Good programmers know what to write. Great ones know what to rewrite (and reuse).
Eric Raymond
Fifty years of programming language research, and we end up with C++ ?
Richard A. O'Keefe
Theory is when you know something, but it doesn't work. Practice is when something works, but you don't know why. Programmers combine theory and practice: Nothing works and they don't know why.
Anonymous
First, solve the problem. Then, write the code.
John Johnson
You want a dot operator in PHP?
Matthew Leffler
eval(str_replace('.', '->', $code_with_dot_operator))