Comment on Just Terrible

<- View Parent
SomethingBurger@jlai.lu ⁨4⁩ ⁨days⁩ ago

Starting at 0 makes sense in low-level languages like C because it’s not really an index but a memory offset. Higher level languages like SQL or MatLab correctly start at 1 because they abstract memory management away. Other languages without manual memory management, such as JavaScript or Python, are incorrectly starting their arrays at 0.

source
Sort:hotnewtop