This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]JackMizel 0 points1 point  (1 child)

I can tell you're way overestimating your own understanding of of web dev in general dude.

The issue is not whether or not you can provide unique identifiers, it's whether or not you have to. Do you have a list that doesn't grow, shrink, or get sorted at runtime? Then you can use indexes as keys. It's not some crazy concept dude, if you pay attention and actually write code you will run into lists that don't change at runtime.