codeforboston / codeforboston/cliff-effects
Prefer `const` over `let`
Open
discussion needed
infrastructure
- Dominant language
- JavaScript
- Stars
- 30
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
Use `const` by default.
This is still up for discussion; opening this issue so that it doesn't get lost.
#899 talked about converting `var` to `let`; this task will change some `let`s to `const` (if they are never reassigned).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.