Y
Hacker News
new
|
ask
|
show
|
jobs
by
anselmoars
4010 days ago
'const' is misleading, it doesn't set your variables as immutable. Fine for expression, but not for actual practicality.
1 comments
icebraining
4010 days ago
It does set your variables as immutable, just not your values. It makes sense if you see variables in these languages for what they are: references to values.
link