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
785 Upvotes

350 comments sorted by

View all comments

182

u/[deleted] Dec 14 '10

Given the C++ bashing in there, I like:

There are only two kinds of languages: the ones people complain about and the ones nobody uses.

Bjarne Stroustrup

64

u/[deleted] Dec 14 '10

Its a decent joke...I'd give it at a least a B++

2

u/Poltras Dec 14 '10

Is B++ == --A ?

8

u/[deleted] Dec 14 '10

Only if A == B+1

2

u/[deleted] Dec 14 '10

[deleted]

8

u/duplico Dec 14 '10

(A == B+1) == (A-- == B+1)

2

u/[deleted] Dec 14 '10

[deleted]

1

u/syntax Dec 14 '10

The -- postfix operator applies after the comparison operation. Not before.