Jump to content

Programming Quotes


Recommended Posts

Followed this from digg.com/programming during my lunch break.

Some of these quotes are pretty good...

http://www.eskimo.com/~hottub/software/pro...ing_quotes.html

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

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 W. Kernighan

Ugly programs are like ugly suspension bridges: they're much more liable to collapse than pretty ones, because the way humans (especially engineer-humans) perceive beauty is intimately related to our ability to process and understand complexity. A language that makes it hard to write elegant code makes it hard to write good code.

Eric S. Raymond

(When coding with wires, it's even easier to tell the ugly programs from the beautiful ones...)

Link to comment

Here's an interesting blog -- programming gurus of our time (Linus Torvalds, Bjarne Stroustrup, James Gosling, et. al.) were asked a few questions, and they responded:

http://sztywny.titaniumhosting.com/2006/07...ammers-answers/

Some questions that were asked:

- How did you learn programming?

- What do you think is the most important skill every programmer should posses?

- Do you think mathematics and/or physics are an important skill for a programmer? Why?

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.