(no title)
jghn | 11 days ago
First off, there's the question of if most things should even *allow* updates or just be immutable.
Second, what's the discernable difference between `public final int foo` and `private final foo` w/ `public int getFoo()`. Nothing really. The claim was always "but what if you want to update `foo` to be something more complex? The pain that these advocates always suggested never really wound up being much of a real world problem.
leapingdog|11 days ago
jghn|11 days ago
But those were mistakes imposed by frameworks. Not a necessity for good language usage.