|
|
|
|
|
by nirui
26 days ago
|
|
Sometimes hiding internals is reasonable, but it could cause inconvenient. Exposing everything could make it harder to do interface management etc. It's really a system design problem rather than access control: if you separate functional modules in a reasonable way, then it can be better reused. |
|