Changes for page Continuous Integration
Last modified by chrisby on 2024/05/05 17:22
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,8 +1,8 @@ 1 - **Integrate code changeat leastonceaday.** This means that code changes on a featurebranch you are working on should be merged/integrated into the main branch,and main branch changesshould bemergedinto thefeaturebranch.1 +Code changes are integrated into the main branch several times a day. 2 2 3 3 ### Benefit 4 4 5 -** ManySmallIntegrationsAreCheaper**:andthelargerthedifferences between them become, the greater the risk of multiple integration conflicts. It is easier to fix small individual integration problems iteratively thanitis to fix multiple problems at once. Therefore, continuous integration has the advantage ofcatching integration problems early, when they are cheap to fix.5 +**Early Integration Is Cheaper**: The longer side branches wait to be merged into the main branch, the greater the risk of multiple integration conflicts. It is easier to fix small individual integration problems iteratively than to fix multiple problems at once. Therefore, continuous integration has the advantage of identifying integration problems early, when they are cheap to fix. 6 6 7 7 ### Guidelines 8 8