Jan 29 TC39 Meeting Notes
David Bruant
bruant.d at gmail.com
Fri Feb 8 14:35:12 PST 2013
Le 08/02/2013 23:07, David Bruant a écrit :
> *Any* solution in these constraints in acceptable. Accessor? data?
> "magic:true" property? That's all the same. Backward-compat doesn't care.
I forgot to say that in my opinion, any JS dev in his/her right mind
would start any new script with:
"use strict";
delete Object.prototype.__proto__
Object.freeze(Object.prototype);
Making the details of __proto__ not-so-important. Legitimate __proto__
use cases are covered by "extends" in the class syntax. No need to keep
that around.
Very much like any web dev in their right mind start their CSS with
*{
box-sizing: border-box;
}
> I understand from the notes that the topic had some... emotion to it.
> Toss a 3-sided coin at next TC39 meeting?
Please record the video if you ever do that :-)
David
More information about the es-discuss
mailing list