Hacker News new | ask | show | jobs
by x0hm 1914 days ago
You can achieve immutability with OOP. Other paradigms just emphasize it more.

I agree, though, that mutability is detrimental, and that traditional OOP can easily lead us to believe that state is not a concern.

I do not believe that this is a problem inherent to OOP, rather it's a problem of paradigmatic implementation.