I believe index for the classical need to iterate through an array. E.g.
for (i = 0; I <= arr.length; i++) {
var thing = arr[i]
…
}
So to me it stands for “index” for array lookup.
Before map and iterators were implemented in a lot of languages, this was the defacto way to iterate a list. At least this is how I learned it in java/c back in the day. Nowadays I think most OOP languages including java have implemented the “for … in …” Syntax or similar which deprecates this convention.
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmerhumor@lemmy.ml
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
Posts must be relevant to programming, programmers, or computer science.
No NSFW content.
Jokes must be in good taste. No hate speech, bigotry, etc.
Is it for “index” or “iterator”?
yes
I believe index for the classical need to iterate through an array. E.g.
for (i = 0; I <= arr.length; i++) { var thing = arr[i] … }
So to me it stands for “index” for array lookup.
Before map and iterators were implemented in a lot of languages, this was the defacto way to iterate a list. At least this is how I learned it in java/c back in the day. Nowadays I think most OOP languages including java have implemented the “for … in …” Syntax or similar which deprecates this convention.
index and jindex
jndex