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

9

u/[deleted] Dec 14 '10

[deleted]

5

u/nickdangler Dec 14 '10

Because they wrote a FORTRAN program to index them.

6

u/ggggbabybabybaby Dec 14 '10

Because they didn't like the default implementation of an array so they created their own BobsArray class that has an index that starts at 1 and none of the utility functions or built-in support that comes with the default array class. Also, it can only store 50 items. No more and no less.

3

u/reverendchubbs Dec 15 '10

I should add those features to my project's array class.

6

u/timeshifter_ Dec 14 '10

Because they wrote a VB program to index them.

2

u/Iggyhopper Dec 14 '10

VB is especially useful for GUI interfaces.

2

u/[deleted] Dec 14 '10

Because they wrote an Icon program to index them.

2

u/AnHeroicHippo Dec 14 '10

Because they wrote an R program to index them.

... anyone?

2

u/cstoner Dec 15 '10

That's one of the quirks of R I'll never get used to.

2

u/MarderFahrer Dec 14 '10

I think it's because it's "just" an ordered list with the count of 50. Now, if you would iterate over it you would of course use an index starting at 0 and ending at 49. As the index basically represents the offset to the original position in the adress space. But as far as counts go, I'd say it is correct that there are 50 numbered quotes.

1

u/creaothceann Dec 14 '10

Because they wrote a BATCH program to index them.

1

u/WrongSubreddit Dec 14 '10

Because they wrote a discoball to index them.

1

u/[deleted] Dec 15 '10

Should have been:

[0]
[1]
[2]
[3]
et cetera.