|
|
|
|
|
by recursive
811 days ago
|
|
I'm well aware of the pros and cons of mutability. I object (hah!) to this novel new use of the word "object". The concept is well defined by the ECMAScript spec. Your first link's first sentence's first two words are "Immutable objects". No problem there. It doesn't conflate objects with mutability. |
|
the point is obvious.
Being that every single language on Earth uses objects for non-primitive data structures that should be inferrable to a reasonable person.
a data structure in that context is clearly an ordered grouping of objects versus an unordered/loose grouping of objects.