Hacker News new | ask | show | jobs
by jjav 2053 days ago
> DO NOT EVER MUTATE STATE!

Mutating state is what computers are all about.

You can be super inefficient about it by copying everything on every operation. But avoidance is not the road to optimal solutions.