Suggest const
instead of var
for readonly values that can be const
#171
Labels
const
instead of var
for readonly values that can be const
#171
Strings, ints, etc.
Both local and global (but unexported).
This can enable more compiler optimizations.
The text was updated successfully, but these errors were encountered: