A prevalent pattern has emerged:
`export const foo = ()=> { };`
Taking a cue from short method syntax, this comes to mind as a possible
improvement:
`export const foo() { };`
Even better if we assume const:
`export foo() { };`
That is delicious. Thoughts?
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

