Closed folkvir closed 2 years ago
Tracking posted by @folkvir in https://github.com/Callidon/bloom-filters/issues/31#issuecomment-875346545_
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.
fix in develop, all propeties will be publicly available.
Tracking posted by @folkvir in https://github.com/Callidon/bloom-filters/issues/31#issuecomment-875346545_
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.