>
>
> I do have one usability concern with arrow IIFEs. I hate when I see them
> written as ()=>{...whatever...}() because you don't know that it's an IIFE
> until the end. Function expressions have the same issue. We should adapt
> Crock's recommended paren style to arrow IIFEs, to whit
> (()=>{...whatever...}()), even though this looses a bit more brevity.
>
>
I believe this is required by the grammar anyway.
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to