Question:
When multiple team members are working on a related feature, how often should they integrate their work
Select only one answer.
A) Do the integration midway through the iteration.
B) After they reach a logical end of creating the functionality.
C) In a scheduled daily (or multiple times in a day) frequency.
D) In a scheduled weekly (or multiple times in a week) frequency.
Answer:
The best option is D.
Explanation:
Multiple integrations per day may become too cumbersome. Leaving the various parts of the project until a logical end for a functionality has been reached may create room for a lot of errors thus resulting in time wasted.
To ensure regular course correction (if required), twice a week would suffice.
Cheers!