Y
Hacker News
new
|
ask
|
show
|
jobs
by
EugeneOZ
4039 days ago
if value of constant can be changed, it's not constant. In my understanding. And by Wikipedia:
http://en.wikipedia.org/wiki/Constant_(computer_programming)
1 comments
agumonkey
4039 days ago
That's typical computer lingo / semantic issue. the `const` mean shallow/pointer constant, not deep/structurally constant.
link