vote up 488 vote down star
799

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
14  
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
6  
i love reading these quotes as i wait for my app to compile – sobbayi Mar 20 at 11:46
100  
Yeh, but you realise 10 minutes after your app has compiled that you are still reading – johnc Apr 19 at 21:44
63  
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

634 Answers

prev 1 18 19 20 21 22 next
vote up 2 vote down

“In a world without walls and fences, who needs Windows and Gates?”

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

"Every revolutionary idea seems to evoke three stages of reaction: One, it's completely impossible. Two, it's possible, but it's not worth doing. Three, I said it was a good idea all along." - Arthur C. Clarke

link|flag
vote up 2 vote down

"We don't have time to plan. We only have time to execute."

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

Deleted code is debugged code.

Jeff Sickel

link|flag
vote up 2 vote down

http://imgs.xkcd.com/comics/regular_expressions.png

The second row.

link|flag
vote up 2 vote down

Better is the enemy of good. ("le mieux est l'ennemi du bien")

--Voltaire

The notion is not to wait until something is perfect, when 'good enough' will do. Its always a struggle to make that judgement, since nothing is ever "done."

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

You're never done, you just run out of time.

link|flag
vote up 2 vote down

One must learn from design patterns, not the design patterns.

link|flag
vote up 2 vote down

Sam Redwine:

Software and cathedrals are much the same. First we build them, then we pray.

link|flag
vote up 1 vote down

Something like '640K (bytes RAM) ought to be enough for anybody' :)) (Bill Gates)

link|flag
1  
"I keep bumping into that silly quotation attributed to me that says 640K of memory is enough. There's never a citation; the quotation just floats like a rumor, repeated again and again. " -- Bill Gates wired.com/news/politics/… – edg Sep 12 '08 at 12:30
1  
No, the reality is far worse - he was coding for a 16 bit processor, which already had paging issues to deal with more than 64k of RAM, and the BIOS and peripherals needed about 384k, and the processor could only physically handle 1MB. – Adam Davis Sep 12 '08 at 13:30
show 3 more comments
vote up 1 vote down

There's a fine line between being on the leading edge and being in the lunatic fringe. - Frank Armstrong

link|flag
vote up 1 vote down

A programmer that is 10 times better than another will probably be happy making only 3 times as much - Paul Graham

link|flag
vote up 1 vote down

Everything always takes twice as long and costs four times as much as you planned.

link|flag
vote up 1 vote down
<pengvado> making an alpha product into final is easy
<pengvado> the hard part is adding features so that it stays alpha

I've collected a whole lot of Bash-like programming-related quotes from a certain developer here. Some may be amusing.

link|flag
vote up 1 vote down

In computer science, we stand on each other's feet. -- Brian K. Reid -- Holton, Gerald

link|flag
vote up 1 vote down

There is no problem in computer science that cannot be solved by another layer of abstraction... -- Dave Marples

link|flag
vote up 1 vote down

"high cohesion and low coupling", I have no idea originally said it, but its so true.

link|flag
vote up 1 vote down

"Try It Now...."

another anonymous programmer

link|flag
vote up 1 vote down

When behaviour can be adequately explained by incompetence, it is pointless to assume a conspiracy

link|flag
vote up 1 vote down

"As a rule, software systems do not work well until they have been used, and have failed repeatedly, in real applications." -- Dave Parnas

link|flag
vote up 1 vote down

Jamie Zawinski:

Every program attempts to expand until it can read mail. Those programs which cannot so expand are replaced by ones which can.

link|flag
vote up 1 vote down

Very old one:

Real programmers do: copy con program.zip

link|flag
vote up 1 vote down

There is always one more bug!

link|flag
vote up 1 vote down

The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offence.

  • Edsger Dijkstra
link|flag
vote up 1 vote down

"The goal is to deliver clean code that works -- now." -- Kent Beck

link|flag
vote up 1 vote down
"...basically, avoid comments. If your code needs a comment to be understood, it would be better to rewrite it so it's easier to understand." - Rob Pike, "Notes on Programming in C", February 21, 1989

A lot of code would be better if programmers kept this creed. Comments are all too often a crutch for bad code. And, of course, if your code is easy to understand sans comments, there is no risk of the comments and the code diverging.

link|flag
2  
comments are often required to indicate WHY you are doing something instead of WHAT it is that you are doing. In that sense, I would say comments are necessary. But I do understand the idea behind the saying. The WHAT part of the code should not need comments. – Mostlyharmless Oct 2 '08 at 21:16
2  
Pike is wrong. This might be true if everyone who would ever read the code would be a genius in said language. There are project managers, new hires, the guy maintaining the code when the language becomes a legacy language(as C now is), etc. – WolfmanDragon Oct 22 '08 at 17:38
1  
Most of my comments indicate why something was done. WHY? Because a lot of the time I'm integrating with third party systems that have "interesting" ideas about how things work. One I'm working on at the moment looks like what I'd imagine a web service would look like if someone explained it to a small child, who in turn explained it to the developer that implemented it. – Colin Mackay Jul 18 at 14:25
show 2 more comments
vote up 1 vote down
"This is important, and a little hard to understand. English is useful because it's a mess. Since English is a mess, it maps well onto the problem space, which is also a mess, which we call reality. Similarly, Perl was designed to be a mess (though in the nicest of possible ways)." - Larry Wall "2nd State of the Onion", August 1998
link|flag
vote up 1 vote down

There's more than one way to do it

Larry Wall about Perl

link|flag
vote up 1 vote down

Here is mine

Meet the deadline and we'll get another client!

link|flag
vote up 1 vote down

it works on my machine

link|flag
prev 1 18 19 20 21 22 next

Your Answer

Get an OpenID
or

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