J
Joe Pfeiffer
ralph said:BartC said:[...]
Making them *default* is stupid; the default should be zero based.
What's stupid is having the 1st, 2nd, 3rd and 4th elements of an array
indexed as 0, 1, 2 and 3.
I find arguments of the form "This is stupid!" "No, that's stupid!"
intensely boring.
Ha. I tend to agree with you.
I would add "disgusting" to the list as well. While the OP's post
generated fun and amusement for a few, over-all I found his whine list
rather silly, with the possible exception of Nested Functions*.
If those features really bother the OP, then Visual Basic 6.0 should
suit him very well.
-ralph
[*Not sure about the value of nested functions. Never used them
myself. The few examples I've run across give the appearance of being
useful - but limited to narrow solutions and always seem slightly
contrived. But that's just my opinion, thus quite safely ignored. <g>]
My experience, after spending my formative programming years in Pascal,
is that nested functions are one of those ideas that sound cool but turn
out to be nearly useless. Any of the versions of modules I've
encountered (including C's compilation of separate files with 'static'
meaning file scope) have been infinitely more useful in practice.