logoalt Hacker News

ndrtoday at 4:13 PM1 replyview on HN

Immutability is underrated in general. It's a sore point every time I have to handle non-clojure code.


Replies

recursivetoday at 4:16 PM

Given the ubiquity of react, I think immutability is generally rated pretty appropriately. If anything, I think mutability is under-rated. I mean, it wouldn't be applicable to the domain of Temporal, but sometimes a mutable hash map is a simpler/more performant solution than any of the immutable alternatives.

show 4 replies