Class Visibility: private -> public/protected?
folkvir opened this issue · 1 comments
folkvir commented
Tracking posted by @folkvir in #31 (comment)_
As explained earlier the visibility of all classes limits the extended capabilities of our own classes.
I suggest to change private properties to protected and add getters and setters to all members when possible.
folkvir commented
fix in develop, all propeties will be publicly available.