vote up 497 vote down star
807

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

636 Answers

prev 1 13 14 15 16 17 22 next
vote up 4 vote down

“The limits of my language mean the limits of my world”

Ludwig Wittgenstein

link|flag
vote up 23 vote down

"Good judgement is the result of experience ... Experience is the result of bad judgement."

Fred Brooks

link|flag
vote up 118 vote down

Whereas Europeans generally pronounce my name the right way ('Nick-louse Veert'), Americans invariably mangle it into 'Nickel's Worth.' This is to say that Europeans call me by name, but Americans call me by value.

-- Niklaus Wirth

link|flag
1  
really funny! but not a programming quote, -1 – hasen j Feb 28 at 9:59
39  
it is a programming quote... if you remember that in procedural programming you can pass arguments to function by value (if you change it in function, you change copy), and by name (in C++ it would be by reference: changing value inside function changes it outside). – Jakub Narębski Feb 28 at 13:34
2  
Ive seen several downvotes on this question by users claiming its not programming related. But more often than not (especially in this case) it is in fact PR! And I, for one, like the sublimity in these kind of quotes. – mizipzor Mar 18 at 10:03
9  
saying this is not programming related is ignorant – Tnay Jul 24 at 20:20
6  
Some depressingly stupid users on SO... – Janie Jul 24 at 20:53
show 4 more comments
vote up 3 vote down

If I have not seen as far as others, it is because giants were standing on my shoulders.

-- Hal Abelson

link|flag
vote up 5 vote down

Good programmers learn more from "That's not what I expected!" than from getting it right the first time.

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

If at first you don't succeed, try/catch, try/catch again.

link|flag
vote up 2 vote down

Every dark corner you haven't explored with your flashlight is full of bugs.

Kent Beck and Martin Fowlere in Planning Extreme Programming, page127.

link|flag
vote up 392 vote down

Linux is only free if your time has no value

Jamie Zawinski

link|flag
46  
"Free software" is a matter of liberty, not price. To understand the concept, you should think of "free" as in "free speech," not as in "free beer." - www.gnu.org – SHODAN Jan 19 at 6:24
21  
windows vista: 300$ , linux: free, this quote, priceless! – hasen j Jan 19 at 6:44
32  
The quote is perfectly accurate, in a non-ironic way. If a "free" piece of software that duplicates all the features of one that costs $500, but it takes you 10 hours to get working the way the non-free version does, then the only way that's a net positive is if your time is worth <$50/hour. – bigmattyh Feb 13 at 21:41
31  
Although I agree that Linux will often require tweeking and configuring, thus costing you money, I usually spend twice that much on windows for the same end result, so Free + 10h << $$$ + 20h my 2 cent – Newtopian Apr 7 at 9:32
64  
If you can do something in 10h on linux but it takes you 20h on windows then you probably don't know how to use either. – jellomonkey May 15 at 17:57
show 21 more comments
vote up 3 vote down

Hardware is the part of a system you can kick. Software is the one you can only curse at

link|flag
vote up 1 vote down

There is always one more bug!

link|flag
vote up 2 vote down

The most likely way for the world to be destroyed, most experts agree, is by accident. That's where we come in; we're computer professionals. We cause accidents.

-Nathaniel Borenstein

link|flag
vote up 3 vote down

For all you family fathers/mothers out there:

"Anyone who has a wife and small kids knows that programming belongs to the easy things in life."
-- me some minutes ago (inspired by a quote from John McEnroe)
link|flag
vote up 4 vote down

Flame bait propagated by Slackware lovers:

If you know Red Hat you know Red Hat, If you know Slackware you know Linux.

link|flag
vote up 1 vote down

Very old one:

Real programmers do: copy con program.zip

link|flag
vote up 113 vote down

"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -Martin Fowler

link|flag
2  
It's good he didn't say "Good programmers write code any fool can understand", because that's not true. :-) – ShreevatsaR Aug 25 at 14:36
vote up 5 vote down

"I would change the world, but I don't have the source code" a programmer

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

"Nothing is more permanent than a temporary solution"

Thomas' First Law

I also like:

Fast, Cheap, Reliable: Pick any two.

link|flag
show 1 more comment
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 2 vote down

This quote directly from The Six Dumbest Ideas in Computer Security - I'm sure it's been stated by others in other similar terms... A lesson for the managers:

"It is often easier to not do something dumb than it is to do something smart."

link|flag
vote up 2 vote down

"The first time God created the world, it became a total mess. So God scraped the whole thing and started again, and the big thing we learn is that after six days, God shipped." - Dan Bricklin

link|flag
vote up 4 vote down

[The common definition of estimate is] "An estimate is the most optimistic prediction that has a non-zero probability of coming true" . . .

Accepting this definition leads irrevocably toward a method called what's-the-earliest- date-by-which-you-can't-prove-you-won't-be- finished estimating.

Tom DeMarco (1982)

link|flag
vote up 4 vote down

"Software isn't about methodologies, languages, or even operating systems. It is about working applications."

-- Christopher Baus

link|flag
vote up 28 vote down
Subject: Re: Computers in Science Fiction 
From: Steve Taylor 
Newsgroups: alt.folklore.computers, alt.history.future, rec.arts.sf.science rec.arts.sf.written

> howard wrote:
> I have been using computers since 1969. Some of the programs I
> wrote in the 70's are still running.

Bummer. Have you tried moving variable initialisations out of inner loops? That can speed things up a bit...
link|flag
vote up 2 vote down

Make It Work Make It Right Make It Fast

link|flag
vote up 37 vote down

Clark's law, after J. Porter Clark in a usenet post:

Sufficiently advanced incompetence is indistinguishable from malice.

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

“Any intelligent fool can make things bigger and more complex. It takes a touch of genius - and a lot of courage - to move in the opposite direction.” - E.F. Schumacher

link|flag
vote up 4 vote down

"He who hasn't hacked assembly language as a youth has no heart. He who does as an adult has no brain." -- John Moore

link|flag
vote up 214 vote down

"Perl - The only language that looks the same before and after RSA encryption." -- Keith Bostic

link|flag
3  
now THATS the truth! – BBetances Jan 29 at 22:44
12  
Corrallary: Intercal is actually more readable after RSA Encryption. – TokenMacGuy Feb 26 at 19:32
1  
Perl is just modem line noise. .$^1@.55a-\..9..u!--. [NO SIGNAL] – Cylon Cat Nov 14 at 14:42
show 2 more comments
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 59 vote down

"Programming is like sex: one mistake and you have to support it for the rest of your life." -- Michael Sinz

link|flag
show 2 more comments
prev 1 13 14 15 16 17 22 next

Your Answer

Get an OpenID
or

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