tc39/proposal-decorators

Shorten `initialize` to `init`

pzuraq opened this issue · 2 comments

Some early feedback from the Babel plugin has been that the initialize property returned by accessor decorators is both verbose, and easy to accidentally mistype as initializer. Shortening this name to init would solve both problems, and it no longer conflicts with the @init: syntax since that is no longer part of the spec.

as much as i'd enjoy it being spelled initialize instead of initialise, this seems like an improvement :-D

This has been updated in the latest version of the spec.