Hacker News new | ask | show | jobs
by kaashif 1415 days ago
If you have mutable members you can still absolutely do myRecord.member().methodThatMutates().

The only way to stop this is to remove the mutable methods from the interface entirely, which is what I'm complaining about.