vote up 456 vote down star
745

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
91  
Yeh, but you realise 10 minutes after your app has compiled that you are still reading – lagerdalek Apr 19 at 21:44
59  
282 voted up, 445 favorited, and 5 closed it all down. Welcome to StackOverflow. – serg555 Jun 21 at 5:55
17  
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

613 Answers

prev 1 17 18 19 20 21 next
vote up 1 vote down
  • Will work for bandwith

Altered version, the popular:

  • Will code HTML for food.
link|flag
vote up 1 vote down

"Every revolutionary idea seems to evoke three stages of reaction: One, it's completely impossible. Two, it's possible, but it's not worth doing. Three, I said it was a good idea all along." - Arthur C. Clarke

link|flag
vote up 1 vote down

I don't understand why "you" can't get it to work. It works on "my" machine.

:This is a brilliant way to deflect criticism away from your own code and deflect the blame on the person finding the fault in your code/software.

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

UNIX is simple. It just takes a genius to understand it's simplicity.

-- Dennis Ritchie

link|flag
vote up 1 vote down

I have one:

Don't loose your knowledge with a lot of information.

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

It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience. -Albert Einstein

This has been requoted as "Everything should be made as simple as possible, but no simpler." but I've never seen where he was actually been documented as saying exactly that.

There are two facets of this quote that relate to software development and maintaining a balance between complexity and simplicity.

The key thing not to miss is "as simple as possible" or "without having to surrender the adequate representation of a single datum" means that sacrifices should not be made in the name of simplification which would result in over-simplification.

Never make a solution more complex because it feels more clever. Sometimes in the face of a deadline, it could also mean don't make something more complex trying to satisfy non-existent "what if" requirements. The "What if our [insert software used by 10 internal staff] goes commercial and we need to provide it in 20 different languages?" Reusability and generalization can be good, but there is a sweet spot of balance between the extra effort becoming wasteful, and the lack of effort creating future challenges.

There are those developers who sometimes don't completely feel out all the scenarios their software will encounter, and then there is the flip side where you have overly passionate developers that sometimes make things far more complex than necessary. Both of which have a lot to gain from this quote.

link|flag
vote up 0 vote down

It's not entirely a programming quote but it's still a classic: "VAXen, my children, just don't belong some places". (Jack Harvey, 1989)

link|flag
vote up 0 vote down

from Larry Wall in Perl manpage

Perl is at the mercy of your machine's definitions of various operations such as type casting, atof() and sprintf(). The latter can even trigger a coredump when passed ludicrous input values.

link|flag
vote up 0 vote down

There are 10 types of people: those who understand binary, and those who don't.

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

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

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

Some of my own:

http://techmaddy.blogspot.com/2008/10/my-developer-quotes.html

link|flag
vote up 0 vote down

About Documentation:

Use the force: read the code!

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

Once cut fails try awk, once awk fails do perl. Once perl sucks learn python. (Me, commenting on bash tips thread)

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

Completly happiness is utopic, but getting paid for doing some lines of "only you know what" it's almost the the same. The problem arises when neither you know what these lines were for! :)

link|flag
vote up 0 vote down

There is no royal road to geometry.

Euclid

link|flag
vote up 0 vote down

I always think about this one when I'm forced to work with FORTRAN

"In the good old days physicists repeated each other's experiments, just to be sure. Today they stick to FORTRAN, so that they can share each other's programs, bugs included."

-Edsger W.Dijkstra

link|flag
vote up 0 vote down

Life is like a set of development methodologies, there is always more than 1 way of doing it.

link|flag
vote up 0 vote down

[...] and the three of us spent one afternoon a week working, talking, and drinking beer at Dijkstra's house. The algorithm emerged from one of those afternoons. I think I was its primary author, but as I mention in the paper, the beer and the passage of time made it impossible for me to be sure of who was responsible for what.

Leslie Lamport, on his paper about proving the correctness of multiprocess programs.

link|flag
vote up 0 vote down

Software isn't the only kind of structure that changes over time.

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

In theory, theory and practice are the same; in practice, they are not.

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

I compiled a short list of my favorite quotes which reflect upon my experiences: http://froz.net16.net/quotes.php

link|flag
vote up 0 vote down

"Errors, like straws, upon the surface flow; He who would search for pearls must dive down below." - John Dryden

link|flag
vote up 0 vote down

Team debugging: the act of intimidating a PC into doing for two people what it refuses to do for one.

link|flag
vote up 0 vote down

Everything is computable!

link|flag
1  
Turing disagrees. – outis Oct 16 at 23:08
show 2 more comments
vote up 0 vote down

"The programmer, like the poet, works only slightly removed from pure thought-stuff. He builds his castles in the air, from air, creating by exertion of the imagination. Few media of creation are so flexible, so easy to polish and rework, so readily capable of realizing grand conceptual structures."

— Frederick P. Brooks Jr.

link|flag
vote up 0 vote down

The perfect is the enemy of the good [enough]

--Voltaire

link|flag
vote up 0 vote down

From Bash.org

<\DusK> python is pretty easy to learn
<\DusK> you write pseudocode, and you indent it correctly :)

<\Maniaman> so lets say i have a date
<\Andares> Who's the lucky girl?
<\Maniaman> if that date occurs between 2 dates in a single row in a database

<\Jay> Did you hear about the Linux-car finishing last in the indy500?
<\MrBeek> I did now ;-)
<\MrBeek> Not surprised though... You know how impossible it is to find a decent driver for linux hardware?

<\HaX.13307> U're all lame as hell here!!!!! I can hack u all in no time! just tell me your ip and u're dead!
<\Maler.home> try mine
<\Maler.home> 127.0.0.1
*** Signoff: HaX.1337 (Connection reset by peer)
<\Damz|dispute> wow. never thought such a retard nick can get his hands on something actually working xD

<\SixFeet-> rejected by a computer script, new low in my life
<\NTT> well, at least u didnt have cybersex with one of those bots that pm's you here on mirc
<\SixFeet-> well i tried, but it replied with "lets just be friends..."
<\SixFeet-> =(

<\CragHack>Theory is when you know everything and nothing works.
<\CragHack>Practice is when things work, and noone knows why. <\CragHack>Here we combine theory and practice. <\CragHack>Nothing works and noone knows why.

<\mentor> How do you escape handcuffs?
<\mentor> backslashes

<\Chipper> Hexidecimal counting systems are awesome!
<\Chipper> On a scale from 1 to 10, I give them an E

<\mav> I've always wanted to change my legal name to ;DROP DATABASE; and see what kind of havoc ensues...

<\slifty> Your mom is so fat she sat on a binary tree and turned it into a linked list in constant time!

<\sm-> how would i check a mysql database to see if a table exists?
<\Alpha232> put down a table cloth, if it doesn't turn into a rug, then it exists

Maybe_Factor: C++ doesn't have a compiler, it has a complainer.

scruss: a guy called us and complained because his dsl didn't work, come to find out he had win98 and actually took a knife and trimmed the rj45 connection to fit into the rj11 jack

<\RogueFoxx> I'm going to go outside
<\RogueFoxx> where no nerd has gone before
<\RogueFoxx> pray for me

  • +ramoth4 slaps politik with an unsigned long double
  • +politik comes back with a _uint64 uppercut
  • +ramoth4 pulls out a struct and returns fire
  • +politik corrupts ramoth's heap
  • +Fire_Elemental-Coding- ducks to avoid leaked memory
  • +politik pops Fire_Elemental-Coding- square in the stack
  • +ramoth4 stuffs politik's face in the bitbucket, and begins to operate on nil pointers
  • +politik throws uncatchable exceptions around the room
  • +ramoth4 dodges skillfully with his try-catch block
  • +politik cuts off ramoth's private member
  • +ramoth4 encapsulates the wound in a protected class
  • +politik destroys all foes with up-casts to inappropriate derived classes!
  • +politik is out of ideas
  • +politik :: ~politik();
  • +ramoth4 declares flipcode his namespace!
    <+ramoth4> I win!
  • +ramoth4 beat C++.
    <+ramoth4> The last guy was hard.

<\ruffkin2> HAHAHAH dat dude you sent me 127.0.0.1 iz enfected wit sub7 im fuckin with him now
<\andrw> oh good, format his computer
<\Testicular_One> format his computer
<\TheGreaterZero> format him

<\typobox43> programming without arrays is like swimming without trunks. it works, but for most people, it's ugly.

<\Feren> I'm a network engineer, and I'm o-kay / I plot all night and capture packets all day.
<\Athena> You smack down PCs and eat Cat5, and go to the lavatory? On wednesdays you hunt scriptkiddies, and have roasted punk for tea?
<\Slipstream> Old MacDonald had a network. EIGRP. And on this Network, he had some packets. EIGRP. With an ACK, ACK, here, and an ACK, ACK, there. Here an ACK, there an ACK, everywhere an ACK-ACK. Old Macdonald had a Network. EIGRP.

<\hydro> i had this weird dream
<\hydro
> someome broke into the house
<\hydro`> and changed the wallpaper on the computer and left

<\Gho5t> i decided against that php bumper sticker
<\Gho5t> i don't want my friends from home to think i turned into a super geek
<\Gho5t> i can just imagine what would happen when they ask what 'php' meant
<\ASleep>hah
<\ASleep>I don't drive so my PHP sticker is on my laptop.
<\ASleep> Of course, I'm getting my php tattoo this weekend so it doesn't matter.

link|flag
vote up 0 vote down

"There are two major products that come out of Berkeley: LSD and UNIX. We don’t believe this to be a coincidence." – Jeremy S. Anderson

link|flag
vote up -1 vote down

In Australia there used to be a drink driving advertising campaign on TV with the following message:

"If you drink & drive, you're a bloddy idiot!"

As programmers, we modified it to:

"If you can drink & program, you're a bloddy genius!"

Actually the quote should be slightly rephrased:

"If you can drink & program, without rewriting the whole thing in the morning, you're a bloddy genius!"

link|flag
show 1 more comment
prev 1 17 18 19 20 21 next

Your Answer

Get an OpenID
or

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