-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
lib: use const where possible #26679
Conversation
use const instead of var where possible
We usually reject PRs for the |
If you want to try to get a
The PR may still get rejected due to churn etc.! But there is at least some support for the idea that we keep getting these kinds of PRs so it may be time to just fix it once and for all. So it might get accepted. |
Superseded by #26915 |
use
const
instead ofvar
where possibleChecklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes