vote up 531 vote down star
864

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
16  
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
8  
i love reading these quotes as i wait for my app to compile – sobbayi Mar 20 at 11:46
114  
Yeh, but you realise 10 minutes after your app has compiled that you are still reading – johnc Apr 19 at 21:44
72  
282 voted up, 445 favorited, and 5 closed it all down. Welcome to StackOverflow. – serg555 Jun 21 at 5:55
21  
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

655 Answers

prev 1 8 9 10 11 12 22 next
vote up 6 vote down

If you don't have time to fix it now, what on Earth makes you think you will have time to fix it later?

-- Bob Mannes (IT Operations Mgr, in response to programmers trying to put programs with known deficiencies into production in order to meet their project deadlines/milestones)

link|flag
vote up 6 vote down

“The question of whether computers can think is like the question of whether submarines can swim.” (Edsger W. Dijkstra)

link|flag
vote up 6 vote down

Better is the enemy of good. ("le mieux est l'ennemi du bien")

--Voltaire

The notion is not to wait until something is perfect, when 'good enough' will do. Its always a struggle to make that judgement, since nothing is ever "done."

link|flag
show 2 more comments
vote up 6 vote down
With all due respect John, I am the head of IT and I have it on good authority. 
If you type "Google" into Google, you can break the Internet.

Jen, "The IT Crowd"

link|flag
vote up 6 vote down

"Code -- a set of symbols whose primary purpose is to restrict comprehension."

-- Webster's 3rd International Dictionary

link|flag
vote up 5 vote down

Two protons walked into a Black Hole.

link|flag
vote up 5 vote down

"on a clear disk you can seek forever"

link|flag
vote up 5 vote down

Applies to a lot, but also to software:

Never on schedule, always on time

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

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

link|flag
vote up 5 vote down

Managing programmers is like herding cats.

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

The manager's function is not to make people work, it is to make it possible for people to work. from "Peopleware: Productive Projects and Teams"

link|flag
vote up 5 vote down

All programmers are optimists

Frederick Brooks, The Mythical Man-Month

link|flag
vote up 5 vote down

"Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end."

--Henry Spencer

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

"A fool with a tool is still a fool." (I don't know who originated it, but I believe it is true)

link|flag
vote up 5 vote down

If you can build it, your users can break it.

link|flag
2  
AMEN! That is SO true! – eidylon Nov 24 at 0:02
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 5 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 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 5 vote down

Never trust a programer who can spel.

link|flag
vote up 5 vote down

"Inside every complex program is a simple program trying to get out." - My Mentor

link|flag
vote up 5 vote down

My best effort:

"Software is either testable or detestable."

link|flag
vote up 5 vote down

C++ is to C as Lung Cancer is to Lung.

link|flag
vote up 5 vote down

It's not specifically about programming, but it matches the way I often find myself debugging:

The definition of insanity is doing the same thing over and over and expecting a different result.

Attributed variously to, inter alia, Ben Franklin and Albert Einstein.

link|flag
vote up 5 vote down

"Are you quite sure that all those bells and whistles, all those wonderful facilities of your so called powerful programming languages, belong to the solution set rather than the problem set?"

Edsger W. Dijkstra

link|flag
vote up 5 vote down

"C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do it blows your whole leg off" - Bjarne Stroustrup

link|flag
vote up 5 vote down

Friend: "The problem with this code is it has far too many levels of misdirection"

Me: "don't you mean indirection?"

Friend: "I meant what I said"

I won't start a flame war by telling you which 3rd party library he was talking about.

link|flag
1  
enterprise library? – Max Schmeling May 11 at 15:23
show 1 more comment
vote up 5 vote down

H.L. Mencken:

For every problem, there is a solution that is simple, elegant, and wrong.

George Neville-Neil:

People who think, "Oh this is a one-off," need to be offed, or perhaps politely removed from the project.

Conway's Law:

Organizations which design systems are constrained to produce designs which are copies of the communication structures of these organizations.

Charles Babbage:

On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question.

link|flag
vote up 5 vote down

From Paul Graham's "On Lisp":

An ideal world is left as an exercise to the reader.

link|flag
prev 1 8 9 10 11 12 22 next

Your Answer

Get an OpenID
or

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