Modulo Operator %%
Michael Haufe
tno at thenewobjective.com
Thu Aug 15 14:50:19 UTC 2019
Thursday, August 15, 2019 2:47 AM, Andrea Giammarchi wrote:
> FWIW another disadvantage is that operators cannot be polyfilled, so it'll take forever for those not using transpilers to adopt these, while having a `Math,mod` would work right away
With such an approach there is risk of another ‘smooshgate’ [1][2]. There is nothing stopping those developers from using a function anyway to bridge the gap if they can’t or won’t use a compiler. This is already the current state of affairs.
[1] https://developers.google.com/web/updates/2018/03/smooshgate
[2] https://adamsilver.io/articles/the-disadvantages-of-javascript-polyfills/
Michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20190815/8d8c6b9a/attachment-0001.html>
More information about the es-discuss
mailing list