vote up 496 vote down star
805

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

635 Answers

prev 1 16 17 18 19 20 22 next
vote up 2 vote down

A computer scientist counts to ten: 0, 1, 2, 3, 4 ...

everyone else counts to ten: 1, 2, 3, 4, 5

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

The source is the documentation.

link|flag
vote up 4 vote down

Python: Programming the way Guido indented it (Digital Creations T-shirt slogan at IPC9)

link|flag
vote up 4 vote down

"Never change a running system." - widely spread. Well my interpretation is: "Never run a changing system."

link|flag
vote up 3 vote down

I think the collection under http://goit-postal.blogspot.com/2007/12/quotes-5-different-views-on-computers.html is fun (example: "Ted Nelson: Any fool can use a computer. Many do." or "Alan J. Perlis: There are two ways to write error-free programs; only the third one works.").

link|flag
vote up 4 vote down

Recently my colleague said

"When you write a good code, you take it from the parallel ideal universe, thereby coming nearer to it."

Not fun but very philosophically.

link|flag
vote up 2 vote down

Real programmers don't document If it was hard to write, it should be hard to understand!

link|flag
vote up 24 vote down

Before software can be reusable it first has to be usable.

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

Linus Torvalds

Talk is cheap, show me the code !

link|flag
vote up 9 vote down

I (...) am rarely happier than when spending an entire day programming my computer to perform automatically a task that would otherwise take me a good ten seconds to do by hand. Douglas Adams, Last Chance to See

Programming is not a zero-sum game. Teaching something to a fellow programmer doesn’t take it away from you. I’m happy to share what I can, because I’m in it for the love of programming. The Ferraris are just gravy, honest! John Carmack, from Michael Abrash' Graphics Programming Black Book

link|flag
vote up 4 vote down

Mosher's Law of Software Engineering:

Don't worry if it doesn't work right. If everything did, you'd be out of a job.

link|flag
vote up 2 vote down

There are 10 kinds of people -- those who understand binary and those who do not.

link|flag
vote up 6 vote down

Here are several I like that I didn't see above:

Get it right. Then get it fast.

Sentiment of Steve McConnell, whose book Code Compelte is one of the best out there on the topic of software development


If we can't fix it, then it ain't broke.

Debuggers motto, noted by John Bently in Programming Perls


Every truth passes through three stages before it is recognized. In the first, it is ridiculed, in the second it is opposed, in the third it is regarded as self-evident.

Arthur Schopenhauer 19th-century philosopher


Worry is a dividend paid to disaster before it is due.

Ian Fleming


Spare the integrity, spoil the data.

Mike Britten 20th-century programmer


Those who are enamored of practice without science are like a pilot who goes into a ship without rudder or compass and never has any certainty where he is going. Practice should always be based upon a sound knowledge of theory.

Leonardo da Vinci


The most successful software applications are never completed – they evolve with the enterprises they serve.

Daniel D. Corkill

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

Bruce Ediger

The only "intuitive" interface is the nipple. After that it's all learned.

link|flag
1  
False, the ability to talk to that interface is written in the BIOS – Pablo Marambio Oct 16 '08 at 19:02
1  
@Pablo: That's not a contradiction. – j_random_hacker Aug 16 at 10:54
2  
The problem with that quote is that the premise is false: The nipple is not very intuitive, either. Babies have to learn to suckle. – swillden Oct 10 at 13:42
show 4 more comments
vote up 10 vote down

Paul Graham has some good quotes on his web site.

I particularly like Greenspun's Tenth Rule:

"Any sufficiently complicated C or Fortran program contains an ad hoc informally-specified bug-ridden slow implementation of half of Common Lisp."

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

"Any sufficiently advanced technology is indistinguishable from magic." - Sir Arthur C Clarke

link|flag
1  
I like Larry Niven's version too: Any sufficiently advanced magic is indistinguishable from technology. – Martinho Fernandes Jan 20 at 11:56
8  
The more important corollary, IMAO, is "Any technology distinguishable from magic is insufficiently advanced". – chaos Feb 18 at 18:17
3  
And any sufficiently advanced incompetence is indistinguishable from malice. – Jeff Barger Jul 19 at 5:07
show 3 more comments
vote up 5 vote down

Real programmers don't need comments, the code is obvious!

link|flag
7  
That quote has proven to be harmful when bad programmers (that don't realize it) use it as an argument. – Jj Feb 2 at 6:20
vote up 8 vote down

"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." (Damian Conway from the book Perl Best Practices).

link|flag
show 3 more comments
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 10 vote down

Phil Reed

For a list of the ways in which technology has failed to improve our quality of life, press 3.

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

Eric Sink’s Axiom of Software Development

You can't eliminate problems, but you can make trades to get problems that you prefer over the ones you have now.

link|flag
vote up 423 vote down

If you want to set off and go develop some grand new thing, you don't need millions of dollars of capitalization. You need enough pizza and Diet Coke to stick in your refrigerator, a cheap PC to work on and the dedication to go through with it.

John Carmack

The idea that I can be presented with a problem, set out to logically solve it with the tools at hand, and wind up with a program that could not be legally used because someone else followed the same logical steps some years ago and filed for a patent on it is horrifying.

John Carmack on software patents

link|flag
11  
+1 for John Carmack – Michael Stum Sep 14 '08 at 20:06
102  
+1, I hate patent laws. Need to be fixed. – Adam Lerman Sep 17 '08 at 14:23
15  
Also +1 for the software patents quote :) – Desty Sep 22 '08 at 12:22
23  
+1, software patents are like patents on math. – grom Sep 23 '08 at 12:11
5  
+1 for the patent quote. -1 for Diet Coke, though; that stuff is nasty. Coke Zero all the way. – Kyralessa Jan 16 at 23:19
show 7 more comments
vote up 19 vote down

Stroustrup:

In C, its easy to shoot yourself in the foot. C++ makes it more difficult, but when you do, you'll blow your whole leg off.

link|flag
vote up 30 vote down

"Question: How does a large software project get to be one year late? Answer: One day at a time!" - Fred Brooks (The Mythical Man-Month)

I like this one because on a lot of projects people seem to think those disaster projects we all hear of happen to other people and not to them. Their assumption is that something really huge and drastic has to happen for projects to get horribly delayed, when really all a project needs is multiple incremental delays to throw the delivery dates way off.

link|flag
vote up 4 vote down

Jeff Atwood:

The real money isn't in the software. It's in the service you build with that software.

link|flag
vote up 2 vote down

Any problem in computer science can be solved with another layer of indirection. But that usually will create another problem. -- David Wheeler

link|flag
vote up 48 vote down

Charles M Strauss:

Mostly, when you see programmers, they aren't doing anything. One of the attractive things about programmers is that you cannot tell whether or not they are working simply by looking at them. Very often they're sitting there seemingly drinking coffee and gossiping, or just staring into space. What the programmer is trying to do is get a handle on all the individual and unrelated ideas that are scampering around in his head.

link|flag
12  
Am I like this because I am a programmer or am I programmer because I am like this? – James McMahon Feb 27 at 22:07
show 1 more comment
prev 1 16 17 18 19 20 22 next

Your Answer

Get an OpenID
or

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