bennyp

joined 1 year ago
[–] [email protected] 38 points 1 year ago* (last edited 1 year ago) (4 children)

It will be annoying for a minute but this change is good: it will help developers ship extensions faster and with fewer bugs by using standard JavaScript modules and IDE support. As mentioned in the blog: modules were standardized in 2015! At what point does it become acceptable to drop non-standard features?

[–] [email protected] 2 points 1 year ago (1 children)

this is very handy when you want to carry over some shared context. Justin Fagnani described this as an implicit first argument, which is a model that helped me understand how to use it better.

[–] [email protected] 7 points 1 year ago

The Right Honorable