vote up 470 vote down star
771

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

626 Answers

prev 1 3 4 5 6 7 21 next
vote up 17 vote down

Phil Haack has a great post on 19 Eponymous Laws Of Software Development.

One of my favourites:

Parkinson’s Law
Otherwise known as the law of bureaucracy, this law states that...

Work expands so as to fill the time available for its completion.

link|flag
1  
corollary: it's easy to finish on time; cut features until you run out of time – BCS Sep 13 '08 at 0:25
show 1 more comment
vote up 17 vote down

Engineering is the art of doing with one dollar what any damn fool can do with two.

From Space Systems Failures by David M. Harland and Ralph D. Lorenz

link|flag
vote up 17 vote down

It works on my machine - anonymous programmer..

@Gulzar

Your quote reminded me of another great quote:

I don't care if it works on your machine! We are not shipping your machine! - Ovidiu Platon

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

I found this to be hilarious, but can't remember who first said it: "Love is real, unless declared an integer."

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

It takes an intelligent person to build something complex; it takes a genius to build something simple

link|flag
vote up 17 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 17 vote down

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

link|flag
2  
Welcome to the self-evident joke. – Ian Boyd Sep 4 at 15:30
show 1 more comment
vote up 16 vote down

"Plan to throw one away; you will anyway"

  • Brooks' The Mythical Man-Month
link|flag
2  
If you plan to throw one away, you'll end up throwing two away. – Dour High Arch Oct 5 '08 at 4:35
1  
It has to be said, that this was written more then 20 years ago, in an age, where few people had a cyclical model of development in mind. Since then Brooks has said about that exact quote; "this I now perceive to be wrong, not because it is too radical, but because it is too simplistic ... [since the waterfall model is assumed] it fails to get at the root of the problem." – Svend Jun 13 at 20:52
vote up 16 vote down

PC Load letter? What the @#$%! is PC Load Letter?!?!

link|flag
3  
Outside the US and Canada, printers are the only place you will encounter the term 'Letter' for a paper size, and PC will always be first an acronym for Personal Computer. That leaves 'Load' as the only non-confusing word... – Colin Pickard Nov 24 '08 at 11:29
3  
For those not getting it - this is a reference to en.wikipedia.org/wiki/Office_Space – kenj0418 Apr 14 at 23:38
show 3 more comments
vote up 16 vote down

Good design adds value faster than it adds cost.

-- Thomas C. Gale

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

"Multi-threading is the art of screwing things up before, during or after something else."

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

Abraham Lincoln once said:

Give me six hours to chop down a tree and I will spend the first four sharpening the axe.

But for me, the big problem with "axe sharpening" is that it's recursive, in a Xeno's paradox kinda way: You spend the first two thirds of the time alloted to accomplishing a task actually working on the tool. But working on the tool is itself a task that involves tools: to sharpen the axe, you need a sharpening stone. So you spend two-thirds of the sharpening time coming up with a good sharpening stone. But before you can do that you need to spend time finding the right stone. And before you can do that you need to go to the north coast of Baffin Island where you've heard the best stones for sharpening come from. But to get there, you need to build a dog sled....

-- James Gosling

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

I don't think this one's been mentioned yet:

You know, when you have a program that does something really cool, and you wrote it from scratch, and it took a significant part of your life, you grow fond of it. When it's finished, it feels like some kind of amorphous sculpture that you've created. It has an abstract shape in your head that's completely independent of its actual purpose. Elegant, simple, beautiful.

Then, only a year later, after making dozens of pragmatic alterations to suit the people who use it, not only has your Venus-de-Milo lost both arms, she also has a giraffe's head sticking out of her chest and a cherubic penis that squirts colored water into a plastic bucket. The romance has become so painful that each day you struggle with an overwhelming urge to smash the f---ing thing to pieces with a hammer.

-- Nick Foster ("Life as a programmer")

link|flag
vote up 15 vote down

Not sure if this can qualify as "programming quote" but is quite geek for sure:

There's only one function to describe women: random();

link|flag
2  
How many women have marked this offensive? :-) – harriyott Sep 12 '08 at 11:47
4  
ah yes.. the classic minghong.blogspot.com/2005/01/… and people wonder why more women aren't programmers. :P – Jeff Atwood Sep 13 '08 at 10:51
1  
Speaking as woman, yes this is offensive. Just in case you weren't sure. – HLGEM Sep 29 '08 at 23:30
1  
Speaking as a man, I agree that it is offensive. This sort of language just drags people down, and is a form of bullying. No doubt the bullies will disagree. – Argalatyr Oct 10 '08 at 3:58
5  
I look at that picture and think "Sigh, yet another person who thinks a getter is really OO". I think I need help. – moffdub Nov 15 '08 at 3:26
show 9 more comments
vote up 15 vote down

Waldi Ravens

A C program is like a fast dance on a newly waxed dance floor by people carrying razors.

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

My physics teacher used to say:

Always code as if a single bug will bring the building down.

link|flag
vote up 15 vote down

Laurence Gonzales

The word “experienced” often refers to someone who’s gotten away with doing the wrong thing more frequently than you have.

link|flag
vote up 15 vote down

Programmers usually have good reasons for making bad decisions.

link|flag
vote up 14 vote down

Having grown up coding C, I prefer the double quote, " (ASCII 34).

link|flag
vote up 14 vote down

"Java is a DSL to transform big Xml documents into long exception stack traces."

Scott Bellware

link|flag
vote up 14 vote down

"When all you have is a hammer, everything starts to look like a nail." --Source Unknown

link|flag
12  
When C++ is your tool, everything starts to look like a thumb. – Scottie T Jan 15 at 21:22
show 1 more comment
vote up 14 vote down

My favourites:

Thomas A. Edison

I have not failed. I've just found 10,000 ways that won't work.

Richard Pattis

When debugging, novices insert corrective code; experts remove defective code.

link|flag
vote up 14 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
vote up 13 vote down

See Alan Perlis' epigrams in programming:

  1. One man's constant is another man's variable.

  2. Functions delay binding; data structures induce binding. Moral: Structure data late in the programming process.

  3. Syntactic sugar causes cancer of the semicolon.

  4. Every program is a part of some other program and rarely fits.

  5. If a program manipulates a large amount of data, it does so in a small number of ways.

  6. Symmetry is a complexity-reducing concept (co-routines include subroutines); seek it everywhere.

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

  8. A programming language is low level when its programs require attention to the irrelevant.

  9. It is better to have 100 functions operate on one data structure than 10 functions on 10 data structures.

  10. ...

link|flag
vote up 13 vote down

I know it doesn't sound like a big effort, but programmers are really, really lazy, and they like to minimize motion. They'd use feeder tubes if the Health Department would let them.

-- Steve Yegge

link|flag
vote up 13 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 13 vote down

To paraphrase P.J O'Rourke :

"Giving pointers and threads to programmers is like giving whisky and car keys to teenagers"

link|flag
prev 1 3 4 5 6 7 21 next

Your Answer

Get an OpenID
or

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