- From: <bugzilla@jessica.w3.org>
- Date: Mon, 29 Sep 2014 09:31:18 +0000
- To: public-webapps-bugzilla@w3.org
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 the QA Contact for the bug.
Received on Monday, 29 September 2014 09:31:19 UTC