Comment on Growing object-oriented software vs. what I would doparentComments−gonzo415yAlternatively you could just make a final class with public member variables and no getters/setters and just treat it like a struct.−ratww5yThat's a great point, there's absolutely nothing wrong with public members if you only want a simple struct.
Comments
Alternatively you could just make a final class with public member variables and no getters/setters and just treat it like a struct.
That's a great point, there's absolutely nothing wrong with public members if you only want a simple struct.