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 11 12 13 14 15 22 next
vote up 4 vote down

If you get it free, it is worthless. If you pay for it, is has value. If you build it yourself, it is priceless.

- Raj More
link|flag
vote up 4 vote down

I finally found a definition for "middleware". "Middleware" is the software nobody wants to pay for. - Chris Stone, President of the Object Management Group

Lamenting the difficulty of cost-justifying infrastructure software like CORBA.

link|flag
vote up 4 vote down

A logician trying to explain logic to a programmer is like a cat trying to explain to a fish what it's like to get wet." - unknown

link|flag
vote up 4 vote down

"Good software, like wine, takes time." - Joel Spolsky

link|flag
vote up 4 vote down

If debugging is the process of removing software bugs, then programming must be the process of putting them in” – Edsger Dijkstra

link|flag
vote up 4 vote down

Ravera's observation on premature optimization: "If it doesn't work, it doesn't matter how fast it doesn't work"

Ravera's First Law of System Administration: "Any set of procedures, no matter how well intentioned or useful, that are too difficult to follow, will be circumvented."

You can have it cheap, fast, or right -- pick any two.

If you make it a constant today, you will have to make it a variable in a couple of weeks. If, however, you think that you need to look it up in a table somewhere, it will become a univeral constant that could have been completely factored out of your code, not just hardcoded.

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

"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." ---- Martin Golding

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

Nihilism:

while (true) { 
    return null;
}
link|flag
vote up 4 vote down
"If all you have is a hammer, everything looks like a nail"

"have" can be swapped for "know"; too many developers just repeat what they did last time without checking that it is the best solution to the new problem.

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

"The Free Lunch Is Over."

Herb Sutter

link|flag
vote up 4 vote down

"Never trust a computer you can’t throw out a window." - Steve Wozniak

link|flag
vote up 4 vote down

"It depends" is the answer to all good software engineering questions, but to be a good software engineer, you should know on what it depends, and why.

-- User:hexium, on StackOverflow.

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

Deleted code is debugged code.

Jeff Sickel

link|flag
vote up 4 vote down

There is nothing quite so permanent as a quick fix.

link|flag
vote up 4 vote down

"Shipping is a feature." -- Richard Campbell.

link|flag
vote up 3 vote down

Niven's laws:

  • No technique works if it isn't used

  • Ethics change with technology

  • "F × S = k" the product of freedom and security is a constant
link|flag
vote up 3 vote down

"All programming is an exercise in caching." - Terje Mathisen (Found here)

link|flag
vote up 3 vote down

Linus Torvalds

Talk is cheap, show me the code !

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

Not sure how its ended up in my twitter favoites, but I think I saw this on proggit at some point:

"Simplicity is hard to build, easy to use, and hard to charge for. Complexity is easy to build, hard to use, and easy to charge for."

http://twitter.com/sacca/statuses/860432283

link|flag
vote up 3 vote down

Richard A. O'Keefe (from The Craft of Prolog, and before that, comp.lang.prolog):

Elegance is not optional.

link|flag
vote up 3 vote down

If people aren't buying your obscure gadget, make it run on USB. Programmers will go wild.

-- Sleep Deprivation Ninja :)

If you lie to the compiler, it will get its revenge. -- Henry Spencere

The primary duty of an exception handler is to get the error out of the lap of the programmer and into the surprised face of the user. Provided you keep this cardinal rule in mind, you can't go far wrong.

-- Verity Stob

Good code is its own best documentation. As you're about to add a comment, ask yourself, 'How can I improve the code so that this comment isn't needed?' Improve the code and then document it to make it even clearer.

-- Steve McConnell Code Complete

Not originally intended for programming but fits:

We are tied down to a language which makes up in obscurity what it lacks in style.

-- Tom Stoppard

link|flag
vote up 3 vote down

The goal of Computer Science is to build something that will last at least until we've finished building it.

link|flag
vote up 3 vote down

Singleton is a misconcept in OOP unless it's used as a misconcepted paradigm for application development.

Unknown.

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

"Rules are for the obedience of the inexperienced and the guidance of the wise." -- Author unknown

"There is a great satisfaction in building good tools for other people to use." - Freeman Dyson

"Process is no substitute for synaptic activity" - Jeff DeLuca

link|flag
vote up 3 vote down

“You want to enjoy life, don't you? If you get your job done quickly and your job is fun, that's good isn't it? That's the purpose of life, partly. Your life is better.

I want to solve problems I meet in the daily life by using computers, so I need to write programs. By using Ruby, I want to concentrate the things I do, not the magical rules of the language, like starting with public void something something something to say, "print hello world." I just want to say, "print this!", I don't want all the surrounding magic keywords."

Yukihiro Matsumoto, The Philosophy of Ruby

link|flag
vote up 3 vote down

Here's a humorous, sarcastic one:

Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

Rick Cook, The Wizardry Compiled

link|flag
show 1 more comment
prev 1 11 12 13 14 15 22 next

Your Answer

Get an OpenID
or

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