Modularity
Can we develop various components of the algorithm as independent modules?
The Task is a natural fit to modular design.
Task encapsulates both data and code
Input and Output ports correspond to the module interface.
Previous slide
Next slide
Back to first slide
View graphic version