[Bug 23682] Fix the current [ArrayClass], [] and sequence<T> mess

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23682

Domenic Denicola <domenic@domenicdenicola.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |domenic@domenicdenicola.com

--- Comment #16 from Domenic Denicola <domenic@domenicdenicola.com> ---
Frozen is good *for arrays* because it means immutable.

Immutable things are useful and in many cases important. If we had immutable
maps and sets we would use those. (But we don't.) Since we *do* have immutable
arrays, we should use those. And yes, immutability is achieved for arrays via
Object.freeze, which is not anyone's favorite thing. But that doesn't really
matter.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Monday, 29 September 2014 09:31:20 UTC