1
vote
6answers
278 views
force get/set access of private variables for private properties
If I have a private variable that I want to have some internal validation on, and I want to keep that validation in one place, I put it behind a getter/setter and only access it thorugh that …
