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 let instead of var in JavaScript where appropriate #47

Open
mhucka opened this issue Apr 20, 2021 · 0 comments
Open

Use let instead of var in JavaScript where appropriate #47

mhucka opened this issue Apr 20, 2021 · 0 comments
Labels
Enhancement ✨ New feature or request Priority ★ Low priority Refactoring ✄ Functional code that needs revision for ease of maintenance for future improvements

Comments

@mhucka
Copy link
Contributor

mhucka commented Apr 20, 2021

A lot of code, e.g. in dibs.js, uses var when it should probably use let.

@mhucka mhucka added Priority ★ Low priority Enhancement ✨ New feature or request labels Apr 29, 2021
@mhucka mhucka added the Refactoring ✄ Functional code that needs revision for ease of maintenance for future improvements label Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement ✨ New feature or request Priority ★ Low priority Refactoring ✄ Functional code that needs revision for ease of maintenance for future improvements
Projects
None yet
Development

No branches or pull requests

1 participant