The most appropriate model for a geographically distributed project team is one in which the
team is distributed across:

A.
relatively few locations, with each location team comprised of a complete development
group developing decoupled subsystems.
B.
locations in the same time zone, working on the same systems while leveraging rich
communication channels.
C.
relatively few locations, and tasks are divided along functional lines with design in one
location, coding in another, and testing in another.
D.
many locations, with relatively few people at each location developing and testing
decoupled subsystems.
A decoupled system or subsystems are
Two or more systems that are able to transact without being connected, or coupled ie subsystems are independent/stand-alone
This allows changes to be made to any one system without having an effect on any other system.
While each location team ideally be comprised of a complete development group developing decoupled subsystems and teams should be less scattered.
0
0