vote up 533 vote down star
954

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 '09 at 0:57
9  
i love reading these quotes as i wait for my app to compile – sobbayi Mar 20 '09 at 11:46
114  
Yeh, but you realise 10 minutes after your app has compiled that you are still reading – johnc Apr 19 '09 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

locked by Jeff Atwood Dec 22 at 10:52

640 Answers

1 18 19 20 21 22
vote up 2 vote down

Couldn´t find that one here so I will add it.

99% of the problems with a computer, programm, or code are located between keyboard and chair

It helps me writing code because I am trying to find the problem on my side first before I blame someone/something else.

link|flag
vote up 2 vote down

Write in C / Listen Here

When I find my code in tons of trouble,
Friends and colleagues come to me,
Speaking words of wisdom:
"Write in C."

As the deadline fast approaches,
And bugs are all that I can see,
Somewhere, someone whispers:
"Write in C."

Write in C, Write in C,
Write in C, oh, Write in C.
LOGO's dead and buried,
Write in C.

I used to write a lot of FORTRAN,
For science it worked flawlessly.
Try using it for graphics!
Write in C.

If you've just spent nearly 30 hours
Debugging some assembly,
Soon you will be glad to
Write in C.

Write in C, Write in C,
Write in C, yeah, Write in C.
Only wimps use BASIC.
Write in C.

Write in C, Write in C
Write in C, oh, Write in C.
Pascal won't quite cut it.
Write in C.

Write in C, Write in C,
Write in C, yeah, Write in C.
Don't even mention COBOL.
Write in C.
link|flag
1  
"Java is for children, write in C" – Maxim Veksler Mar 6 '09 at 15:43
vote up 2 vote down

I don't remember where I read it, but it went something like this: (about fixing bugs)

"Novice programmers add corrective code. Seniore programmers remove defective code."

link|flag
vote up 2 vote down

Don't comment your code ... if it was hard to write ... it's going to be hard to read!

-unknown

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

From the Tao Of Programming :

Though a program be but three lines long, someday it will have to be maintained.

link|flag
vote up 2 vote down

"You can write software expecting the hardware to be perfect, unfortunately hardware is not perfect and you have to fix it in code."

  • W. Giraud.

He was my mentor for FIRST Robotics, and this is absolutely true.

link|flag
vote up 2 vote down

This one I saw written on advertising posters in coding competitions held in my univeristy, I don't know who coined it:

There are 10 types of people in this world: those who understand ternary, those who don't, and those who confuse it with binary.

link|flag
vote up 2 vote down

"A well-written program is its own heaven; a poorly-written program is its own hell."

From the TAO Of Programming

It's hard enough to find an error in your code when you're looking for it; it's even harder when you've assumed your code is error-free.

Steve McConnell

link|flag
vote up 2 vote down

Change is the only constant thing in Software Engineering.

link|flag
vote up 2 vote down

In the JSR-296 "The intended audience for this snapshot is experienced Swing developers with a moderately high tolerance for pain. "

Gil Hova Reply :"Wait. There are Swing developers with low tolerances for pain?"

from : http://asserttrue.blogspot.com/2009/04/swing-versus-death-by-paper-cut.html

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

Some programmers try to reach higher by standing on other programmers' shoulders. Other programmers try to reach higher by standing on other programmers' toes.

Don't know where I got it from.

link|flag
vote up 2 vote down

Some day, someone will construct a list of 500 Great Programming Quotes, and this will be one of them.

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

"All programs can be shortened by at least one line.

All programs contain at least one error.

All programs can be reduced to one line which is wrong!"

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

Here's one for the CSLA.Net programmers, a twist on the catchprase of The Fast Show's 'Swiss Toni'..

"Programming with the CSLA is like making love to a beautiful woman. First you have to check the IsDirty() flag"

- Dean Biggs

Still makes me chuckle :o)

link|flag
vote up 2 vote down

Behind Every Successful Coder, there'an even more successful De-Coder to understand that Code.

link|flag
vote up 2 vote down

Back to home at the bus today, I thought this one:

The time machine's software will have a recursive main method.

I know it's horrible, but it stoned me for 2 seconds.

link|flag
vote up 2 vote down

Don't know who said it and if the quote is 100% correct (maybe someone can help) but here goes...

"Development has two outputs... Code & Bugs"

link|flag
vote up 2 vote down

If you have a source do any thing.

link|flag
vote up 2 vote down

Fowler’s law is invoked when you have a penetrating insight into object-oriented programming.

If the quality of your insight is very high, you realise that Martin Fowler published the idea only five years ago. If the idea is poor, you realise that he published your idea more than 10 years ago…

-- No More Hacks

link|flag
vote up 2 vote down

While tracking down a long running process, I found the offending line of code. The bad code had the following comment.

"Change so simple, no need to test."

link|flag
vote up 2 vote down

"No software survives contact with the users." ~ Me

FYI: Reworking of "No battle plan survives contact with the enemy" ~Field Marshall Helmuth Carl Bernard von Moltke

link|flag
vote up 2 vote down

Compared to Java code, XML is agile and flexible.
Compared to Python code, XML is a boat anchor, a ball and chain.

-- PJ Eby, "Python Is Not Java"

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

Application written in Java is Platform independent but Version dependent

This quote came from our Manager because Java is not backward compatible and so Application running on 1.5 needs to be port at client side on java 1.5 only and if it is ported on java 1.6 than it would not run properly and would get some wierd things happening.

link|flag
vote up 2 vote down

I am not smart I just screwed up first!

I am not smart I just stay with problems longer.

link|flag
vote up 2 vote down

"Be Jack of all you can be Master at any time and on any programming language"

link|flag
vote up 2 vote down

Any sufficiently well-documented lisp program contains an ML program in its comments -- Unknown

link|flag
vote up 2 vote down

The function of good software is to make the complex appear to be simple.

link|flag
vote up 2 vote down

I stumbled upon this quote and I sympathize with it:

I get as much enjoyment from trashing code as I do from scratching it out in the first place!

credit: http://www.codeproject.com/KB/cs/PropertyWatch.aspx

link|flag
vote up 2 vote down

They really need some way to search through the answers for questions like this! LOL
But here's my contribution...

"Make something fool-proof and someone will make a better fool." !!!
link|flag
1 18 19 20 21 22

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