codeforboston / codeforboston/cliff-effects

Prefer `const` over `let`

Open
#933 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.