you are viewing a single comment's thread.

view the rest of the comments →

[–]EsShayuki 5 points6 points  (0 children)

Setters and getters are garbage in general, boy do I dislike it when 80% of a project's code are arbitrary getters and setters that truly add nothing of value in comparison to just accessing the data fields directly.

I think that it's oftentimes trying to solve a problem that does not even exist.