[[integration_build_patlet]]

JayFlowers

Trace: » integration_build_patlet

Context

All developers work in their own Private Workspace so that they can control when they see other changes. This helps individual developers make progress, but in many workspaces people are making independent changes that must integrate together, and the whole system must build reliably. This pattern addresses mechanisms for helping ensure that the code for a system always builds.

Problem

How do you make sure that the code base always builds reliably?

Solution

Be sure that all changes (and their dependencies) are built using a central integration build process.

integration_build_patlet.txt · Last modified: 2005/10/31 12:59 by jflowers