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 14 15 16 17 18 21 next
vote up 2 vote down

Python's syntax succeeds in combining the mistakes of Lisp and Fortran. I do not construe that as progress.

-- Larry Wall

...and no, I do not agree.

link|flag
vote up 3 vote down

... what society overwhelmingly asks for is snake oil. Of course, the snake oil has the most impressive names — otherwise you would be selling nothing — like "Structured Analysis and Design", "Software Engineering", "Maturity Models", "Management Information Systems", "Integrated Project Support Environments" "Object Orientation" and "Business Process Re-engineering" (the latter three being known as IPSE, OO and BPR, respectively).

Edsger W. Dijkstra — EWD 1175: The strengths of the academic enterprise

link|flag
vote up 1 vote down

"Try It Now...."

another anonymous programmer

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

Can't locate the source. It describes C programming perfectly.

80 percent of my problems are simple logic errors. 80 percent of the remaining problems are pointer errors. The remaining problems are hard.

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

Your code is both good and original. Unfortunately the parts that are good are not original, and the parts that are original are not good.

link|flag
vote up 1 vote down

"high cohesion and low coupling", I have no idea originally said it, but its so true.

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

"It makes no sense to try to do what we can. We must do what is necessary"

Winston Churchill (quoted from memory, may not be exact)

link|flag
vote up 1 vote down

There is no problem in computer science that cannot be solved by another layer of abstraction... -- Dave Marples

link|flag
vote up 2 vote down

C trades a slap on the wrist at compile time for a knife in the back at run time. -- as far as I know, my C teacher in college (can't find in google)

link|flag
vote up 1 vote down

In computer science, we stand on each other's feet. -- Brian K. Reid -- Holton, Gerald

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

How do we convince people that in programming simplicity and clarity —in short: what mathematicians call "elegance"— are not a dispensable luxury, but a crucial matter that decides between success and failure?

Edsger W. Dijkstra

link|flag
vote up 2 vote down

Not really programming, but I also like:

I think there's a world market for about five computers

(attr. Thomas J Watson Senior, 1945)

link|flag
vote up 2 vote down

The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.

Tom Cargill

link|flag
vote up 27 vote down

Confidence, n.: The feeling you have before you understand the situation

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

I love the project triangle as my software quote (http://en.wikipedia.org/wiki/Project_triangle):

Good, Fast, Cheap: Pick Two

link|flag
1  
Feature is in Good, isn't it ? – e-satis Nov 18 at 14:18
show 2 more comments
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 4 vote down

"A complex system that works is invariably found to have evolved from a simple system that worked." John Gall

"Enlightened trial and error outperforms the planning of flawless intellects." David Kelly

"It's OK to figure out murder mysteries, but you shouldn't need to figure out code. You should be able to read it." Steve McConnell

"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." Brian Kernighan's .sig quote.

And two quotes from the Agile Manifesto:

"Working software is the primary measure of progress."

"Simplicity -- the art of maximizing the amount of work not done -- is essential."

link|flag
vote up 36 vote down

If you don't have time to do it right, when will you have time to do it over?

John Wooden, basketball coach

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

C++: an octopus made by nailing extra legs onto a dog.

-- Steve Taylor

link|flag
4  
+1: I LOL'd literally. – John Gietzen Jun 13 at 13:41
3  
I nearly covered my monitor with what I was eating when I read this – Xetius Jul 27 at 12:24
1  
Maybe you were sobbing inside because you know it's true...? – Ali Parr Nov 17 at 23:54
show 3 more comments
vote up 2 vote down

"Good web applications should look like trifle."

Cal Henderson - http://www.iamcal.com/

link|flag
vote up 20 vote down

Easy things should be easy and hard things should be possible

Larry Wall

link|flag
vote up 1 vote down

There's more than one way to do it

Larry Wall about Perl

link|flag
vote up 5 vote down

All programmers are optimists

Frederick Brooks, The Mythical Man-Month

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

Bolton College Lecturer 1988 (name forgotten)

To iterate is human, to recurse divine.

link|flag
prev 1 14 15 16 17 18 21 next

Your Answer

Get an OpenID
or

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