Changes for page Refactoring
Last modified by chrisby on 2024/01/17 21:43
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -16,4 +16,4 @@ 16 16 17 17 ### Major Refactorings 18 18 19 -For example, a major refactoring could be a large design change to the architecture. Executelargerefactoringsby integratingmany small,incremental refactoringsinto your regular implementation tasks. Apply these changeswithin the RGB cyclewhenever you encountercodeatneedsto bechangedin line with the larger refactoring goals. This means that partial design refactorings will be in the main branch, or even in production, but this is fine as long as all the tests pass.19 +For example, a major refactoring could be a large design change to the architecture. Do major refactorings on the fly, in small increments, within the RGB cycle each time something is changed. This means that partial design refactorings will be in the main branch, or even in production, but this is fine as long as all the tests pass.