One point I've never seen mentioned in the Array Indexing Wars is that source code is always numbered from 1.

Like, even the C standard mandates that the first line of code in a file is numbered 1

#programming #ArrayIndexing #0based #1based #C