vote up 471 vote down star
773

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 15 16 17 18 19 21 next
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 68 vote down

'If we're supposed to work in Hex, why have we only got A fingers?' - johnwm

link|flag
15  
Actually, no. A true programmer won't mix up element count and element index ;) – mafutrct Jun 19 at 13:44
7  
Get your grammar right, it's "A true programmer*s*". ;) – deceze Jul 10 at 3:16
1  
@Andy: Try reading the first word in deceze's sentence as a hexadecimal number... ;) – j_random_hacker Aug 6 at 14:16
2  
You are all wrong, most human beings have 8 fingers and two thumbs. You count from 1, you index from 0. – scragar Oct 20 at 17:57
show 5 more comments
vote up 83 vote down

Heard from a Teacher -

Theory is when you know something, but it doesn't work. Practice is when something works, but you don't know why. Programmers combine theory and practice: Nothing works and they don't know why.

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

"The Internet? Is that thing still around?"

  • Homer Simpson

"They have computers, and they may have other weapons of mass destruction."

  • Janet Reno

"The question of whether computers can think is like the question of whether submarines can swim."

  • Edsger W. Dijkstra
link|flag
show 1 more comment
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 2 vote down

"I've never written the best code I've ever written."

Awesome quote from an old friend.

link|flag
vote up 12 vote down

Here are some of my favorites that don't all come from the world of programming, but certainly apply to it. And thanks to this thread, I have new favorites too!

On pursuing solutions:

People who are really serious about software should make their own hardware. – Alan Kay

On simplicity:

Consider the postage stamp: its usefulness consists in the ability to stick to one thing until it gets there. – Josh Billings

On management:

Don't tell people how to do things, tell them what to do and let them surprise you with their results. – George S. Patton

On making time for projects:

Time is never found. – A good friend of mine

On fear:

I wish in the past I had tried more things 'cause now I know that being in trouble is a fake idea. – Raymond Quentin Smuckles

On multitasking:

Multitasking is the art of distracting yourself from two things you’d rather not be doing by doing them simultaneously. – I think I read this on 43folders.com.

On obsolete standards:

No I ain't got a fax machine! I also ain't got an Apple iic, polio, or a falcon! – Ray Smuckles again

link|flag
vote up 39 vote down

Measuring programming progress by lines of code is like measuring aircraft building progress by weight. - Bill Gates

link|flag
9  
This is a duplicate – Zuu May 21 at 15:28
show 1 more comment
vote up 4 vote down

If you don't have time to do something properly, you certainly don't have time to do it twice!

link|flag
vote up 2 vote down

The programming language [abc] was invented so that any idiot could program a computer, and, as a result, many do.
(Unknown author)

Plus a variant of the Omnipotence Paradox:

Can God write a Program so complex that He cannot debug it?

link|flag
vote up 13 vote down

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

-- Anonymous

link|flag
vote up 4 vote down

A quote from Richard Powers's novel, Plowing the Dark:

Code is everything I thought poetry was, back when we were in school. Clean, expressive, urgent, all-encompassing. Fourteen lines can open up to fill the available universe.

Definitly not one of the more common ones, but it expresses one of my main motivations behind studying Computer Science :-).

link|flag
vote up 6 vote down

I wish I could attribute this, but it is just something I heard 30 years ago and it still seems applicable:

All programs have at least one bug remaining and can be optimized by one byte. Thus, by mathematical induction, all programs can be reduced to one byte. And it won't work.

link|flag
vote up 27 vote down

Rules for optimization:

  1. Don't do it.
  2. (for experts only) Don't do it yet.

Michael A Jackson

link|flag
2  
Michael Jackson? – Martinho Fernandes Jan 20 at 12:18
1  
Not that one, this one... en.wikipedia.org/wiki/Michael_A._Jackson – Ray Hayes Jan 22 at 17:56
show 2 more comments
vote up 25 vote down

"Getting a SCSI chain working is perfectly simple if you remember that there must be exactly three terminations: one on one end of the cable, one on the far end, and the goat, terminated over the SCSI chain with a silver-handled knife whilst burning black candles." -- Anthony DeBoer

"SCSI is not magic. There are fundamental technical reasons why you have to sacrifice a young goat to your SCSI chain every now and then." -- John F. Woods

link|flag
vote up 6 vote down

On the 7th day ... God began debugging.

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

It's morning already?

link|flag
2  
A few years back, I've spent entire weeks without seeing the sun... – Martinho Fernandes Jan 20 at 12:10
1  
that's rough ... that is much like how it was when I was going to the university. I don't really like doing that anymore, however. – Ryan Delucchi Jan 25 at 2:45
show 2 more comments
vote up 1 vote down

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

link|flag
vote up 5 vote down

Managing programmers is like herding cats.

link|flag
vote up 70 vote down

Nobody should start to undertake a large project. You start with a small trivial project, and you should never expect it to get large. If you do, you'll just overdesign and generally think it is more important than it likely is at that stage. Or worse, you might be scared away by the sheer size of the work you envision. So start small, and think about the details. Don't think about some big picture and fancy design. If it doesn't solve some fairly immediate need, it's almost certainly over-designed. And don't expect people to jump in and help you. That's not how these things work. You need to get something half-way useful first, and then others will say "hey, that almost works for me", and they'll get involved in the project.

-- Linus Torvalds

link|flag
9  
Linux in a nutshell: "hey, that almost works for me". Fits great with the "Linux is only free if your time has no value". Yes I know, I'm evil. – Zuu May 21 at 15:21
show 3 more comments
vote up 3 vote down

"Our software isn't released, it escapes leaving a bloody trail of testers behind it."

-- unknown author (only because I can't be bothered to look it up in google since the point here is to display the entertaining quote, and not in giving any kickback to the original author, because media in digital form are not realistically copyrightable.)

link|flag
vote up 144 vote down

Anonymous Poem (i.e. I don't know the author)

I Hate Programming.
I Hate Programming.
I Hate Programming.
It works!
I Love Programming.

link|flag
3  
This is me at least once a month. I simply can't vote this up enough times! – Dinah Mar 6 at 16:04
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
prev 1 15 16 17 18 19 21 next

Your Answer

Get an OpenID
or

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