vote up 472 vote down star
774

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

627 Answers

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

A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.

-- Douglas Adams

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

I believe the hard part of building software to be the specification, design, and testing of this conceptual construct, not the labor of representing it and testing the fidelity of the representation. We still make syntax errors, to be sure; but they are fuzz compared to the conceptual errors in most systems. If this is true, building software will always be hard. There is inherently no silver bullet.

From The mythical man-month

link|flag
vote up 1 vote down

Lisp programmers know the value of everything and the cost of nothing

link|flag
vote up 1 vote down

Launch crap. But launch!

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 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

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 1 vote down

Francis Crick

"God is a hacker, not an engineer. You can do reverse engineering, but you can’t do reverse hacking.”

link|flag
vote up 1 vote down

LISP: To call a spade a thpade

Karl

link|flag
prev 1 17 18 19 20 21 next

Your Answer

Get an OpenID
or

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