vote up 530 vote down star
859

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
16  
I've got to stop reading this one, I've run out of votes 2 days in a row! – johnc Mar 17 at 0:57
8  
i love reading these quotes as i wait for my app to compile – sobbayi Mar 20 at 11:46
113  
Yeh, but you realise 10 minutes after your app has compiled that you are still reading – johnc Apr 19 at 21:44
72  
282 voted up, 445 favorited, and 5 closed it all down. Welcome to StackOverflow. – serg555 Jun 21 at 5:55
21  
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

655 Answers

prev 1 4 5 6 7 8 22 next
vote up 4 vote down

If architects built buildings the way programmers build programs, the first woodpecker to come along would destroy the whole civilization.

-- Gerald Weinberg

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

My all time favourite adaptation of Shakespeare:

0x2B || !0x2B

link|flag
1  
== true – Svish Jul 2 at 8:00
vote up 2 vote down

Behind Every Successful Coder, there'an even more successful De-Coder to understand that Code.

link|flag
vote up 5 vote down

Don't fix it if it ain't broke presupposes that you can't improve something that works reasonably well already. If the world's inventors had believed this, we'd still be driving Model A Fords and using outhouses. (H. W. Kenton)

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

The best things are simple, but finding these simple things is not simple.

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

I always think about this one when I'm forced to work with FORTRAN

"In the good old days physicists repeated each other's experiments, just to be sure. Today they stick to FORTRAN, so that they can share each other's programs, bugs included."

-Edsger W.Dijkstra

link|flag
vote up 23 vote down

One programmer can do in one day what two programmers can do in two.

link|flag
vote up 2 vote down

Here's one for the CSLA.Net programmers, a twist on the catchprase of The Fast Show's 'Swiss Toni'..

"Programming with the CSLA is like making love to a beautiful woman. First you have to check the IsDirty() flag"

- Dean Biggs

Still makes me chuckle :o)

link|flag
vote up 2 vote down

"All programs can be shortened by at least one line.

All programs contain at least one error.

All programs can be reduced to one line which is wrong!"

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

Java. The elegant simplicity of C++. The blazing speed of Smalltalk.

link|flag
1  
simplicity of c++? HAR HAR HAR :D I suppose there is a similar sarcasm in the blazing speed of Smalltalk as well – Konstantinos Sep 3 at 19:49
3  
Welcome to the self-evident joke. – Ian Boyd Sep 4 at 15:30
vote up 1 vote down

Some day, someone will construct a list of 500 Great Programming Quotes, and this will be one of them.

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

A good programmer looks both ways before crossing a one-way street.

link|flag
6  
Strangely I do this, never know when someone might throw a carGoingWrongWay() exception – Neil Aitken Jul 8 at 15:45
9  
Throwing it isn't the problem, its catching it and silently ignoring it that you have to worry about... – TokenMacGuy Jul 10 at 2:53
show 1 more comment
vote up 5 vote down

The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.

-- Michael A. Jackson

I must not prematurely optimize. Premature optimization is the mind-killer. Premature optimization is the little-death that brings total obliteration. I will face my desire to prematurely optimize. I will permit it to pass over me and through me. And when it has gone past I will turn the inner eye to see its path. Where the desire has gone there will be nothing. Only I will remain.

-- Samuel Tesla, with apologies to Frank Herbert

link|flag
vote up 9 vote down

One that is relevant to the way I'm often forced to work:

Any sufficiently successful rigged demo is indistinguishable from advanced technology.

(to paraphrase A C Clarke)

link|flag
vote up 3 vote down

We had a good one recently from one of our developers on staff:

If our customers wanted a product that worked that way, tell them to purchase a product that works that way.

I like it because it speaks towards the never ending list of requests from our customers, and how some customers have EXACTLY the opposite opinion of how another customer likes our software to work.

But without those picky customers, we wouldn't have a job... oh well...

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

Later equals never

link|flag
vote up 2 vote down

Some programmers try to reach higher by standing on other programmers' shoulders. Other programmers try to reach higher by standing on other programmers' toes.

Don't know where I got it from.

link|flag
vote up 0 vote down

"All your base are belong to us!"

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

Once in a while, there comes along something really new and truly innovative. Of all the machines I've seen, only Macintosh embodies that standard.

Bill Gates

link|flag
2  
This is great, but I'd like to see source. – Sneakyness Jul 23 at 6:28
2  
How qbout this? video.google.com/videoplay?docid=-973170273890897… – David Aug 24 at 23:45
vote up 3 vote down

Reiser, a French drawer once wrote this little chat :

  • Today's computers are amazing. Then can perform 20 billion calculations a second, making only one mistake every 10 billion calculations !

  • 2 screw up a second, so that's progress ?

link|flag
vote up 6 vote down

This one by Jamie Zawinski always made me laugh

Using these toolkits is like trying to make a bookshelf out of mashed potatoes

link|flag
vote up 7 vote down

Three things should never be seen in the process of being created: laws, sausage, and software. -- Source unknown to me

I have found that the reason a lot of people are interested in artificial intelligence is the same reason a lot of people are interested in artificial limbs: they are missing one. -- David Parnas

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

I love this one.

Did you write the case structure? If you did, please get your colleague to slap your head. If your colleague wrote it, please slap your colleague in the head. Preferably hard. That code is stupid and redundant.

link|flag
vote up 6 vote down

I don't know from where I got this but I like this one:

Software is like entropy. It is difficult to grasp, weighs nothing, and obeys the second law of thermodynamics; i.e. it always increases.

link|flag
vote up 21 vote down

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

(Another version of "Premature optimization is the root of all evil").

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
vote up 0 vote down

There is no royal road to geometry.

Euclid

link|flag
vote up 20 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 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 16 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
prev 1 4 5 6 7 8 22 next

Your Answer

Get an OpenID
or

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