> You may even realize that all of that enterprise cruft is not really necessary
I will never understand why so many Java developers insist that every public value must be implemented as a private value with get/set with no exceptions.
Or that every class needs to extend an abstract class that implements an interface.
I will never understand why so many Java developers insist that every public value must be implemented as a private value with get/set with no exceptions.
Or that every class needs to extend an abstract class that implements an interface.
Haven't they heard of YAGNI?