Hacker News new | ask | show | jobs
by JDDunn9 3957 days ago
Seems like the biggest benefit to immutability is that it reduces the time spent dirty checking objects. So if you use getters/setters instead of dirty checking, immutability doesn't provide much benefit right?