Hacker News new | ask | show | jobs
by vips7L 843 days ago
> In Java, culturally speaking, you don't see much immutability, but when you have immutability

This isn't strictly true. Almost all Java code I see day to day are immutable classes outside of those being used with JPA.