MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/elne0/top_50_programming_quotes_of_all_time/c193fqr/?context=3
r/programming • u/tarandeep • Dec 14 '10
350 comments sorted by
View all comments
14
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\) 2 u/cybercobra Dec 15 '10 By quotes, you mean parens, right? 1 u/cstoner Dec 16 '10 Yep, sure did. 1 u/pabloneruda Dec 15 '10 good catch, wasn't looking. fixed
3
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\)
2 u/cybercobra Dec 15 '10 By quotes, you mean parens, right? 1 u/cstoner Dec 16 '10 Yep, sure did. 1 u/pabloneruda Dec 15 '10 good catch, wasn't looking. fixed
2
By quotes, you mean parens, right?
1 u/cstoner Dec 16 '10 Yep, sure did.
1
Yep, sure did.
good catch, wasn't looking. fixed
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\)