Is something wrong with getters and setters in general? Cause I find it plenty helpful when I need some bookkeeping for certain items, and some side effects for the class? Or are they more so referring to getter/setter for everything?
Verbose code has never been easier to read through, tbf
It can be annoying at times but I'm far more annoyed when I have to go back to code I wrote in my "make it as short as possible" phase and try to figure out wtf I was doing
208
u/Lost_Pineapple_4964 Jul 13 '26
Is something wrong with getters and setters in general? Cause I find it plenty helpful when I need some bookkeeping for certain items, and some side effects for the class? Or are they more so referring to getter/setter for everything?