vote up 476 vote down star
783

There are a lot of great programming quotes out there. Which do you like?

Today (Sept 12, 2008) I heard a new one from a friend, Lars-Gunnar, he said "Gud finns i Emacs" (in Swedish). This basically means "God is in Emacs". Still laughing about it here :) What he meant was that a function "gud is grand-unified-debugger" is in Emacs.

A great one I think all programmers should know is The Three Great Virtues of a Programmer.

flag
12  
I've got to stop reading this one, I've run out of votes 2 days in a row! – lagerdalek Mar 17 at 0:57
6  
i love reading these quotes as i wait for my app to compile – sobbayi Mar 20 at 11:46
96  
Yeh, but you realise 10 minutes after your app has compiled that you are still reading – lagerdalek Apr 19 at 21:44
61  
282 voted up, 445 favorited, and 5 closed it all down. Welcome to StackOverflow. – serg555 Jun 21 at 5:55
18  
Closing doesn't prevent voting, it prevents adding more answers. If you think that the people adding new 'great quotes' are reading every single one of the 500+ answers beforehand to avoid duplicates, you are sadly mistaken. If the site were designed to efficiently vote for polls like this (ie, a programming quote "kitten war") then having thousands of quotes with duplicates would be ok. Not so good for this site though. Alternately, if there were an easy way to avoid duplicates then it could work ok. As is, though, I don't believe there's a compelling reason to keep it open. – Adam Davis Jul 30 at 15:30
show 6 more comments

630 Answers

prev 1 10 11 12 13 14 21 next
vote up 0 vote down

There are 10 types of people: those who understand binary, and those who don't.

link|flag
show 1 more comment
vote up 6 vote down

"When I am working on a problem I never think about beauty. I think only how to solve the problem. But when I have finished, if the solution is not beautiful, I know it is wrong." - R. Buckminster Fuller

link|flag
show 1 more comment
vote up 3 vote down

"There is never enough time to do it right first time, but there is always time to go back and fix it when it breaks.."

link|flag
vote up 39 vote down

"You start writing code, I'll go see what the customer wants"..

link|flag
1  
Would be funnier if it wasn't sadly true!! – BradC Nov 7 '08 at 18:33
show 1 more comment
vote up 9 vote down

Not really a programmers quote, but I like to remind:

They did not know it was impossible, so they did it!
- Marc Twain

link|flag
vote up 35 vote down

Good programmers never write what they can steal or borrow

-- Jeff Atwood

link|flag
2  
I think this originates in Steve Jobs. – strongopinions Mar 15 at 3:15
2  
I am actually a big proponent of do-it-yourself programming. I like all of my projects to be 100% my code (except, of course, the framework on which it is built). I like to know that all bugs in a software are mine, and that I can go in, elbows-deep, and fix them. – John Gietzen Jun 13 at 13:52
1  
This quotation has always been its own example. – Bob Aman Oct 25 at 2:12
show 3 more comments
vote up 2 vote down

"When you can measure what you are speaking about, ... you know something about it; but when you cannot measure it, ... your knowledge is of a meager and unsatisfactory kind..." —Lord Kelvin

link|flag
vote up 3 vote down

"Simplicity is bliss"

"They won't tell you that they don't understand it; they will happily invent their way through the gaps and obscurities" -- V.A. Vyssotsky on software programmers and their views on specifications

"I love deadlines... I like the whoosing sound they make as they pass by" -- Douglas Adams

link|flag
vote up 1 vote down

"Programming in TSO is like kicking a dead whale down the beach" - Ken Thompson

link|flag
vote up 8 vote down

It is easier to optimize correct code than to correct optimized code.

Bill Harlan

link|flag
vote up 4 vote down

A documented bug is not a bug; it is a feature. -- James P. MacLennan

link|flag
vote up 3 vote down

Intel giveth and Microsoft taketh away.

I have no idea who came up with it, although there was an interview with Gordon Moore where he quoted it himself.

link|flag
vote up 7 vote down

“If builders built buildings the way programmers write programs, then the first woodpecker that came along would destroy civilization.”

Weinberg’s Second Law

link|flag
show 1 more comment
vote up 46 vote down

I would love to change the world, but they won't give me the source code

-- Saw this on a T-shirt. Dont know if someone had already mentioned the same quote here.

link|flag
show 1 more comment
vote up 3 vote down

Just saw this one:

"I'm not a great programmer; I'm just a good programmer with great habits." - Kent Beck

link|flag
vote up 10 vote down

God did not create the world in seven days; for six days he screwed around and then pulled an all-nighter.

(This also explains a lot :)

link|flag
show 2 more comments
vote up 5 vote down

My best effort:

"Software is either testable or detestable."

link|flag
vote up 2 vote down

Compared to Java code, XML is agile and flexible.
Compared to Python code, XML is a boat anchor, a ball and chain.

-- PJ Eby, "Python Is Not Java"

link|flag
show 1 more comment
vote up 16 vote down

Good design adds value faster than it adds cost.

-- Thomas C. Gale

link|flag
show 1 more comment
vote up 7 vote down

Java is like a variant of the game of Tetris in which none of the pieces can fill gaps created by the other pieces, so all you can do is pile them up endlessly.

-- Steve Yegge (2007, Codes Worst Enemy)

link|flag
vote up 2 vote down

You can have a negative percent chance of succeeding in a task. For example, if you have a -5% chance of succeeding, not only will you fail every time you make an attempt, you will also fail 1 in 20 times that you don't even try.

link|flag
vote up 3 vote down

Two strings walk into a bar. One says: "I'd like a beer pleas$$%~¬..3783u
The other string says: "Sorry about my friend, he's not null-terminated."

link|flag
show 1 more comment
vote up 2 vote down

I have 3 quotes to offer:

"The function of good software is to make the complex appear to be simple." -Grady Booch

"Intellectuals solve problems; geniuses prevent them." - Albert Einstein

Three Rules of Work:

  1. Out of clutter find simplicity
  2. From discord find harmony
  3. In the middle of difficulty lies opportunity.

-Albert Einstein

link|flag
vote up 2 vote down

"C makes it easy to shoot yourself in the foot. C++ makes it harder, but when you do, it blows away your whole leg." - Bjarne Stroustrup

link|flag
vote up 1 vote down

If it was hard to make, it has to be just as hard to use. (Loosely translated from Danish).

link|flag
2  
Actually, this is bullocks - making easy to use software is very hard! – Software Monkey Nov 24 '08 at 3:13
vote up 1 vote down

Launch crap. But launch!

link|flag
vote up 8 vote down

"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil."
--Donald Knuth

link|flag
show 2 more comments
vote up 2 vote down

"Hey, did someone turn off the database?"

link|flag
vote up 3 vote down

"The road to wisdom? Well, it's plain
And simple to express:
Err
and err
and err again,
but less
and less
and less."
-- Piet Hein

link|flag
vote up 4 vote down

Donald Knuth: "Beware of bugs in the above code; I have only proved it correct, not tried it".

link|flag
prev 1 10 11 12 13 14 21 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.