spaulaus / paass

Pixie Acquisition and Analysis Software Suite - maintained by Project Science
GNU General Public License v3.0
0 stars 2 forks source link

Get rid of trivial Getter/Setters #95

Open spaulaus opened 3 years ago

spaulaus commented 3 years ago

Description

If you've got a trivial getter and setter you're no better off than just having a public member. You could make some argument about being able to handle changes to the variable's type, but how often does that actually happen in the code?