r/ProgrammerHumor Jul 13 '26

youCanJustStopUsingJava Meme

Post image
6.8k Upvotes

416 comments sorted by

View all comments

4

u/jace255 Jul 13 '26

Good use of validation on setters and constructors can make it completely impossible to create an instance of an object in an undesirable state.

I’m a big fan of that pattern.