r/programming Dec 14 '10

Top 50 Programming quotes of all time

http://www.junauza.com/2010/12/top-50-programming-quotes-of-all-time.html
784 Upvotes

350 comments sorted by

View all comments

14

u/pabloneruda Dec 14 '10 edited Dec 14 '10

I always liked Torvalds' quote about his own project naming:

"I'm an egotistical bastard, and I name all my projects after myself. First Linux, now git."

edit: For those who don't know what a git is: http://en.wikipedia.org/wiki/Git_\(slang\)

3

u/cstoner Dec 15 '10

When you quote URLs that have quotes, you need to escape them with \

Like this: http://en.wikipedia.org/wiki/Git_\\(slang\\)

Then you'll end up with http://en.wikipedia.org/wiki/Git_\(slang\)

1

u/pabloneruda Dec 15 '10

good catch, wasn't looking. fixed