Checklist: Design Package
This checklist helps make sure that a Design Package decomposition is correct and complete.
CollapseRelationships  
Related Elements
CollapseMain Description  


CollapseCheck Items  
Expand The name of each package is unique and descriptive of the collective responsibilities of the model elements which it contains  
Expand The package description accurately reflects the collective responsibilities of the model elements which it contains  
Expand The publicly visible classes of the package provide a single, logically consistent set of services  
ExpandThe dependencies between the package and other packages are consistent with relationships between contained classes  
Expand The package contents represent a consistent set of highly cohesive model elements, loosely coupled to elements in other packages  
Expand There are no opportunities to further sub-divide the package into sets of highly cohesive model elements by taking advantage of loose coupling within the package  
Expand The total number of packages is proportional to the total number of model elements