There are many ways to determine the level of complexity
for a project, one consideration is the design complexity.
The following guidelines might help you
determine the complexity of a design for a project:
- Low for up to 5 packages, 20 classes, or
20 events
- Medium for up to 20 packages, 100 classes,
or 100 events
- High for up to 100 packages, 1000 classes,
or 1000 events
- Extremely complex for more than 100 packages,
1000 classes, or 1000 events
If you are managing medium or high complexity
projects, see Organizing models for team collaboration.
If you are working with high and extremely complex models, see Considerations for project growth and expansion.