Dimtime
Results
2
issues of
Dimtime
Experimenting with async init now: ``` js class PromiseClass { static #New = async function(){ this.promise='promise'; return this;} constructor(...args) { return PromiseClass.#New.call(this,...args); }//new }//class class AsyncClass extends PromiseClass{ static #New=...
Naming
6
Great to see this proposal. I tried to discuss the same ideas before, but go with syntax problems... I have no feedback for my last idea, maybe can hear here...