Hacker News new | ask | show | jobs
by FpUser 2063 days ago
Software usually has state (unless that state is completely kept and managed externally in a database for example). And the state mutates. Simple case example is a big array that has to be processed in place.