Hacker News new | ask | show | jobs
by ticking 4106 days ago
I think you got immutability and single side assignment mixed up.

If foo is immutable there is no harm if something else tries to manipulate it because it will just derive a new data-structure.