1483
Off by one solitude
(fed.dyne.org)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Yeah, fair enough. To my mind I guess I don't think of array indexes as an example of actual zero based numbering, simply a quirk of how pointers work. I don't see why one starting from zero has anything to do with the other starting from zero. They're separate things in my head. Interestingly, the article you linked does mention this argument:
That said, I suppose I still use normal one-based numbering because that's how I'm used to everything else working.