vote up 470 vote down star
773

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
17  
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 5 more comments

626 Answers

prev 1 14 15 16 17 18 21 next
vote up 3 vote down

If you're going to break it, then break it good. Break everything. Get to the very front of the line. Don't like move up a couple of slots. That's pointless.

--Anders Hejlsberg

link|flag
vote up 2 vote down

If debugging is the act of removing bugs from software, than programming must be the act of putting them in.

link|flag
2  
This is a duplicate. – Beska May 11 at 15:23
show 1 more comment
vote up 5 vote down

"A Programmer is a device for turning coffee into code"

which is a variation of a quote from Paul Erdos

"A mathematician is a device for turning coffee into theorems."

link|flag
vote up 16 vote down

Abraham Lincoln once said:

Give me six hours to chop down a tree and I will spend the first four sharpening the axe.

But for me, the big problem with "axe sharpening" is that it's recursive, in a Xeno's paradox kinda way: You spend the first two thirds of the time alloted to accomplishing a task actually working on the tool. But working on the tool is itself a task that involves tools: to sharpen the axe, you need a sharpening stone. So you spend two-thirds of the sharpening time coming up with a good sharpening stone. But before you can do that you need to spend time finding the right stone. And before you can do that you need to go to the north coast of Baffin Island where you've heard the best stones for sharpening come from. But to get there, you need to build a dog sled....

-- James Gosling

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

In the JSR-296 "The intended audience for this snapshot is experienced Swing developers with a moderately high tolerance for pain. "

Gil Hova Reply :"Wait. There are Swing developers with low tolerances for pain?"

from : http://asserttrue.blogspot.com/2009/04/swing-versus-death-by-paper-cut.html

link|flag
vote up 7 vote down

Not really programming, but it is definitely relevant:

I love deadlines. I like the whooshing sound they make as they fly by. - Douglas Adams

link|flag
2  
This is a duplicate. – John Gietzen Jun 13 at 15:46
show 1 more comment
vote up -5 vote down

640K ought to be enough for anyone ~ Bill Gates

link|flag
vote up 4 vote down

Like a gas, software expands to fill its containing memory completely.

link|flag
vote up 14 vote down

To paraphrase P.J O'Rourke :

"Giving pointers and threads to programmers is like giving whisky and car keys to teenagers"

link|flag
vote up 2 vote down

Arrogance in computer science is measured in nano-Dijkstras. - Alan Kay

link|flag
vote up 10 vote down

Wow, I can't believe it. 16 pages and apparently no mention of Wes Dyer's classic:

Make it correct,    
make it clear,    
make it concise,    
make it fast.

In that order.

Source: http://blogs.msdn.com/wesdyer/archive/2007/03/01/immutability-purity-and-referential-transparency.aspx

link|flag
vote up 5 vote down

Don't code today what you can't debug tomorrow

link|flag
vote up 9 vote down

The more bizarre the behavior, the more stupid the mistake.

-Ed's Law of Debugging

link|flag
1  
I coined this phrase while debugging my own code in my learning years. It just always seems to hold. – edholder May 11 at 15:06
vote up 4 vote down

C++ is more of a rube-goldberg type thing full of high-voltages, large chain-driven gears, sharp edges, exploding widgets, and spots to get your fingers crushed. And because of it's complexity many (if not most) of it's users don't know how it works, and can't tell ahead of time what's going to cause them to loose an arm.

-- Grant Edwards

C: a language that combines all the elegance and power of assembly language with all the readability and maintainability of assembly language

-- Unknown

link|flag
vote up 48 vote down

Better train people and risk they leave – than do nothing and risk they stay.

  • Anonymous
link|flag
show 2 more comments
vote up 3 vote down

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.

link|flag
vote up 5 vote down

Good code is its own best documentation. As you're about to add a comment, ask yourself, 'How can I improve the code so that this comment isn't needed?

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

UNIX is simple. But It just needs a genius to understand its simplicity. --Dennis Ritchie

link|flag
vote up 0 vote down

Completly happiness is utopic, but getting paid for doing some lines of "only you know what" it's almost the the same. The problem arises when neither you know what these lines were for! :)

link|flag
vote up 6 vote down

"The difference between theory and practice is larger in practice than it is in theory".

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

"Multi-threading is the art of screwing things up before, during or after something else."

link|flag
vote up 5 vote down

If your software breaks, do you get to keep both pieces?

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

Pasting code from the internet into production code is like chewing gum found in the street.

link|flag
5  
Sometimes you just can't afford gum, and don't want to build a gum factory. – Ian Boyd Jul 19 at 4:21
2  
But if you run it through the washing machine (a little sanity checking) first, surely it's okay to chew (include)... – sblom Sep 23 at 15:39
1  
Or how about "is like reusing a syringe" – Chris Pietschmann Nov 14 at 15:04
vote up 2 vote down

Any problem in computer science can be solved with another layer of indirection. But that usually will create another problem.

David Wheeler

link|flag
vote up 10 vote down

Cursing is the one language every programmer knows.

link|flag
3  
This is a duplicate. – John Gietzen Jun 13 at 15:56
vote up 14 vote down

By MCConnell in Code Complete

"The fact that a design uses inheritance and polymorphism doesn't make it a good design"

link|flag
vote up 3 vote down

“It’s hardware that makes a machine fast. It’s software that makes a fast machine slow.”

– Craig Bruce

link|flag
vote up 18 vote down

On a wall in our building:

Theory is when one knows everything, but nothing works.

Practice is when everything works, but nobody knows why.

In this building, Theory and Practice are in perfect harmony. Nobody knows why nothing works.

link|flag
vote up 0 vote down

There is no royal road to geometry.

Euclid

link|flag
vote up 8 vote down

There are no significant bugs in our released software that any significant number of users want fixed.

-- Bill Gates

link|flag
prev 1 14 15 16 17 18 21 next

Your Answer

Get an OpenID
or

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