vote up 475 vote down star
780

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

630 Answers

prev 1 7 8 9 10 11 21 next
vote up 6 vote down

UNIX is simple. But It just needs a genius to understand its simplicity. --Dennis Ritchie

link|flag
vote up 6 vote down

"The difference between theory and practice is larger in practice than it is in theory".

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

This one by Jamie Zawinski always made me laugh

Using these toolkits is like trying to make a bookshelf out of mashed potatoes

link|flag
vote up 6 vote down

I don't know from where I got this but I like this one:

Software is like entropy. It is difficult to grasp, weighs nothing, and obeys the second law of thermodynamics; i.e. it always increases.

link|flag
vote up 6 vote down

To iterate is human. To recurse divine! :)

link|flag
vote up 6 vote down

"Part of the inhumanity of the computer is that, once it is competently programmed and working smoothly, it is completely honest."

--Isaac Asimov

link|flag
vote up 6 vote down

**

There are two ways of constructing a software design: one way is to make it so simple that there are obviously no deficiencies, and the other is to make it so complicated that there are no obvious deficiencies. —C. A. R. Hoare

**

link|flag
vote up 6 vote down

A programmer who can get a blonde is not a programmer enough!

--Suraj Chandran

link|flag
vote up 6 vote down

You can't parse [X]HTML with regex. Because HTML can't be parsed by regex. Regex is not a tool that can be used to correctly parse HTML. As I have answered in HTML-and-regex questions here so many times before, the use of regex will not allow you to consume HTML. Regular expressions are a tool that is insufficiently sophisticated to understand the constructs employed by HTML. HTML is not a regular language and hence cannot be parsed by regular expressions. Regex queries are not equipped to break down HTML into its meaningful parts. so many times but it is not getting to me. Even enhanced irregular regular expressions as used by Perl are not up to the task of parsing HTML. You will never make me crack. HTML is a language of sufficient complexity that it cannot be parsed by regular expressions. Even Jon Skeet cannot parse HTML using regular expressions. Every time you attempt to parse HTML with regular expressions, the unholy child weeps the blood of virgins, and Russian hackers pwn your webapp. Parsing HTML with regex summons tainted souls into the realm of the living. HTML and regex go together like love, marriage, and ritual infanticide. The cannot hold it is too late

//snip (click link for rest)

bobince on StackOverflow

link|flag
vote up 6 vote down

'Goto' is always evil, like in 'goto school' or 'goto work'.

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

"Our Program who art in Memory, Hello by Thy Name. Thy Operating System come, Thy Commands be done, at the Printer as it is on the Screen. Give us this day of our daily Data, and forgive us our I/O Errors as we forgive those whose Logic Circuits are faulty. Lead us not into frustration, and deliver us from Power Surges. For Thine is the Algorithm, The Application and the Solution, looping for ever and ever.

Return."

--

"If it doesn't work, change the documentation."

--

Q: Is there a UNIX FORTRAN optomizer? A: Yeah, "rm *.f"

--

"The reason that God was able to create the world in seven days is that he didn't have to worry about the existing configuration"

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

Managing programmers is like herding cats.

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

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

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
show 2 more comments
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
prev 1 7 8 9 10 11 21 next

Your Answer

Get an OpenID
or

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