Skip to content

Modernize code to ES6+ #54

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

Closed
jankapunkt opened this issue Nov 5, 2021 · 1 comment · Fixed by #58
Closed

Modernize code to ES6+ #54

jankapunkt opened this issue Nov 5, 2021 · 1 comment · Fixed by #58
Labels
enhancement ✨ New feature or request

Comments

@jankapunkt
Copy link
Member

I think we have a huge potential to transform as many variables as possible to const and let which allows us to have better scoping (block-scoped variables) and let's us detect unintended mutations early.

We already replaced many lodash functions with native ES6 alternatives so I think it might be good to consequentially do this for the rest of the code, too.

This issue is weakly related to #48

@jankapunkt jankapunkt added the enhancement ✨ New feature or request label Nov 5, 2021
@jankapunkt jankapunkt mentioned this issue Nov 11, 2021
@jankapunkt jankapunkt linked a pull request Nov 11, 2021 that will close this issue
@HappyZombies
Copy link
Member

@jankapunkt is there any other place we need to update for ES6+? If not we can close this item :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ✨ New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants