Trace: » task_level_commit_patlet
Context
An Integration Build is easier to debug if you know what went into it. This pattern discusses how to balance the needs for stability, speed, and atomicity.
Problem
How much work should you do between submissions to the version control system? How long should you wait before checking files in?
Solution
Do one commit per small-grained, consistent task.
task_level_commit_patlet.txt · Last modified: 2005/10/31 13:04 by jflowers