3
votes
6answers
276 views
If you are using getters and setters, how should you name the private member variables?
As kind of a follow up to this question about prefixes, I agree with most people on the thread that prefixes are bad. But what about if you are using getters and setters? Then you need to differeniate …
