Are getters and setters poor design? Contradictory advice seen [duplicate]

This question already has answers here: Why use getters and setters/accessors? (41 answers) Closed 6 years ago. I’m currently working on a simple game in Java with several different modes. I’ve extended a main Game class to put the main logic within the other classes. Despite this, the main game class is still pretty hefty. … Read more