tc39 / proposal-global

ECMAScript Proposal, specs, and reference implementation for `global`
http://tc39.github.io/proposal-global/
MIT License
349 stars 18 forks source link

Was "Global" name taken in consideration for naming? #30

Closed micnic closed 5 years ago

micnic commented 5 years ago

I hope I am not late for the party, I read that the global name can't be used as it will break the web, but I was interested if Global, with the first capital letter, was taken in consideration for naming in this proposal?

ljharb commented 5 years ago

Yes, it was considered as one of the options, but it was generally disliked due to sharing the PascalCase naming convention with constructors and namespaces.

The time for considering alternatives is indeed long past; the name has been selected.