|
|
|
|
|
by qsi
122 days ago
|
|
Heh. I grew up writing C code and had real trouble adapting to Matlab's 1-based indexing. Much later I tried Python and was constantly confused by 0-based indexing. I don't think one is better than the other but my mind is currently wired to see indexing with base 1. Then there's Option Base 1 in VBA if you don't like the default behavior. Perfect for creating subtle off-by-one bugs. |
|