It is recommended that you integrate the implemented classes (see Artifact: Implementation) incrementally bottom-up in the compilation-dependency
hierarchy. At each increment you add one, or a few elements to the system.
If two or more developers are working in parallel on the same component, their work is integrated through
a component integration workspace (see Concept: Workspace), into which the developers deliver elements from their
private development workspaces (see Guideline: Promoting Builds), and from which builds can be constructed.
If a team of several individuals works in parallel on the same component, it is important that the team members share
their results frequently, not waiting until late in the process to integrate the team's work.
|