Common Closure Principle | iface thoughts
Common Closure Principle (CCP) is another package design principle which tries to look at maintainability rather than usability. The principle advises on which classes should be packaged together from a change and distribution point of view. It states:
The classes in a package should be closed together against the same kind of changes. A change that affects a package affects all the classes in that package.
Read full article from Common Closure Principle | iface thoughts
No comments:
Post a Comment