vote up 484 vote down star
792

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
13  
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
98  
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
19  
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

635 Answers

prev 1 10 11 12 13 14 22 next
vote up 2 vote down

Remember the original question said nothing about the quotes having to be funny:

"If it ain't broke, don't fix it" -- anonymous

link|flag
vote up 16 vote down

"The programmer, like the poet, works only slightly removed from pure thought-stuff. He builds his castles in the air, from air, creating by exertion of the imagination. Few media of creation are so flexible, so easy to polish and rework, so readily capable of realizing grand conceptual structures."

—Fred Brooks, The Mythical Man-Month

link|flag
vote up 2 vote down

As my father used to say:

"In the land of the blind, the one-eyed man is king."

I find this quote useful in general when dealing with complex problems...

link|flag
vote up 5 vote down

From Paul Graham's "On Lisp":

An ideal world is left as an exercise to the reader.

link|flag
vote up 25 vote down

"Debugging is like farting - it's not so bad when it's your own code."

link|flag
2  
Hahaha this made me laugh irl... – Filip Ekberg Feb 2 at 8:32
vote up 2 vote down

I’ve finally learned what ‘upward compatible’ means. It means we get to keep all our old mistakes.

-- Dennie van Tassel

link|flag
vote up 9 vote down

First, solve the problem. Then, write the code.

-- John Johnson

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

"There is the way we teach you to program in class and the way it's done in the real world. do it the way we teach you if you want to pass."

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

I will, in fact, claim that the difference between a bad programmer and a good one is whether he considers his code or his data structures more important. Bad programmers worry about the code. Good programmers worry about data structures and their relationships.

--Linus Torvalds

link|flag
vote up 14 vote down

"if you are a programmer working in 2003 and you don't know the basics of characters, character sets, encodings, and Unicode, and I catch you, I'm going to punish you by making you peel onions for 6 months in a submarine."

Joel Spolsky

link|flag
vote up 21 vote down

There are only two industries that refer to their customers as users.

link|flag
6  
I believe the full quote is: "There are only two industries that refer to their customers as users: the computer industry and the drug trade." I don't know who originally said it, though. – RobH Jan 16 at 2:57
show 1 more comment
vote up 3 vote down

Concerning optimization:

A designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away. - Antoine de Saint-Exupéry

In software, the most beautiful code, the most beautiful functions, and the most beautiful programs are sometimes not there at all. - Jon Bentley, Beautiful Code (O'Reilly), "The Most Beautiful Code I Never Wrote"

link|flag
vote up 2 vote down

There is not now, nor will there ever be, a language in which it is the least bit difficult to write bad code.

Lawrence Flon

link|flag
vote up 2 vote down

Change causes problems

link|flag
vote up 3 vote down

Like wine, the mastery of programming matures with time. But, unlike wine, it gets sweeter in the process.

-Lawrence Mucheka

link|flag
vote up 1 vote down

What happens in the mind of a fine artist is nothing different from that going on in the mind of an expert coder. Both see and thrive in the quintessential nature of patterns.

-Lawrence Mucheka

link|flag
vote up 5 vote down

I like this one because, joking aside, it's often how things end up getting done. I don't know who said it but it stuck in my mind....

"Right. You lot start coding, I'll go and see what they want"

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

Alan Perlis's Epigrams on Programming has some great ones:

"If you have a procedure with 10 parameters, you probably missed some."

"It is easier to write an incorrect program than understand a correct one."

"You can measure a programmer's perspective by noting his attitude on the continuing vitality of FORTRAN."

"There are two ways to write error-free programs; only the third one works."

I love the guy because he was oppressively pessimistic about programming.

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

Not sure where I heard this one, but it's stuck with me:

Think first; code later.

I also love this one by Aasimov:

Part of the inhumanity of the computer is that, once it is competently programmed and working smoothly, it is completely honest.

And Richard Feynmann (though it wasn't necessarily about software):

What I cannot create, I do not understand.

link|flag
vote up 3 vote down

The third version is the first version that doesn't suck. -Mike Simpson

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

` The single back-quote

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

Think of it this way: threads are like salt, not like pasta. You like salt, I like salt, we all like salt. But we eat more pasta.

-- Larry McVoy

from kernelnewbies fortune cookie

link|flag
vote up 4 vote down

Inside every small program is a large program struggling to get out. -- C.A.R. (Tony) Hoare

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

I got two for you:

(1) Its not the size of the app but how you code it! (Rails Envy)

(2) A programmer never dies he just degrades gracefully ;-)

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

All real programmers know C of course -- Jeff Atwood

I'm not sure if he is the original author of this quote, but I heared it in episode 23 of the stackoverflow podcast.

link|flag
vote up 10 vote down

“The Linux philosophy is 'Laugh in the face of danger'. Oops. Wrong One. 'Do it yourself'. Yes, that's it.”

-- Linus Torvalds

link|flag
vote up 16 vote down
if (!kill) strength++;
link|flag
1  
try { kill(); } catch { strength++; } – Per Erik Stendahl Oct 20 at 12:55
vote up -1 vote down

In Australia there used to be a drink driving advertising campaign on TV with the following message:

"If you drink & drive, you're a bloddy idiot!"

As programmers, we modified it to:

"If you can drink & program, you're a bloddy genius!"

Actually the quote should be slightly rephrased:

"If you can drink & program, without rewriting the whole thing in the morning, you're a bloddy genius!"

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

"Computers make it easier to do a lot of things, but most of the things they make it easier to do don't need to be done."

-- Andy Rooney, writer and commentator (1919-)

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

"Real programmers don't unit test."

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

Your Answer

Get an OpenID
or

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