You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@cespare should be easy enough to implement, and I'll definitely create a prototype before deciding on this issue. I'll let you know when there's something to test (but that will still be a while.)
I think this is a great idea. Recently, I have come across quite a few cases where values are declared as variables even though they ideally should be constants. All my cases have been global variables but I suppose that it could be useful for function-local variables as well.
could use a
const
instead. Using a real constant would signal to people and tools alike that the value of the variable intentionally never changes.Labelled as needs-decision for now because I'm not sure how much people appreciate "technically better" suggestions.
The text was updated successfully, but these errors were encountered: