Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ES6 symbols for constants #16

Open
DavidBruant opened this issue Aug 4, 2015 · 0 comments
Open

Use ES6 symbols for constants #16

DavidBruant opened this issue Aug 4, 2015 · 0 comments

Comments

@DavidBruant
Copy link
Contributor

ES6 symbols don't exist yet in Node or browsers, but whatev's, there are good enough polyfills for our needs. Among other things, it'll prevent all collisions (which are inevitable as our constant collection will grow)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant