w3c / IndexedDB

Indexed Database API
https://w3c.github.io/IndexedDB/
Other
245 stars 62 forks source link

Rename "array key" to "composite key" #360

Open inexorabletash opened 3 years ago

inexorabletash commented 3 years ago

Array keys are frequently referred to "compound keys" which is a better name; "array" is a language/implementation detail.

But... they aren't actually "compound keys" per https://en.wikipedia.org/wiki/Composite_key - they're "composite keys".

merbst commented 9 months ago

@inexorabletash makes an excellent point