The authors of our textbook (Software architecture in practice) define three main categories of structures: module, C&C and allocation. Which type of structures is most relevant if you want to find out the work assignments for the programming teams.
A: Module
B: None of the other choices are correct.
C: Allocation
D: C&C
Work assignment structure is a part of the Allocation structure. The work assignment structure assigns accountability to the development teams for the integration of modules.
The authors of our textbook (Software architecture in practice) define three main categories of structures: module,...