|
|
|
|
|
by pjmlp
4186 days ago
|
|
Personally I think it stems from a C influenced culture in terms of array indexing. People from my age remember programming languages where you index from one, can select the base index or use enumerations as indexes. Tooling, performance and libraries are much more important than base indexes. Then again, I favored those C alternatives back when C wasn't an option at all. So I am biased. |
|