> On Dec 10, 2019, at 2:56 PM, Tim Boudreau <[email protected]> wrote: > > P.S. Don't use beans, for anything. I'd highly recommend finding a framework > that encourages absolutely everything that possibly can be to be immutable - > the final keyword in Java is one of the powerful bug-prevention tools in the > language, because it turns what would be runtime bugs into compile-time bugs.
I hear you and agree (to some degree). Entire classes of problems magically go away when everything is immutable. But it’s way too late to consider that for this project.
