Skip to main content

New answers tagged

0 votes

Resolving merge conflicts due to refactoring

At any point in time, there is a base line, you have code that is different from the base line, and merging changes the base line to include your changes. Now if I had changes from the baseline myself,...
gnasher729's user avatar
0 votes

Resolving merge conflicts due to refactoring

Revisiting this - my experience is that merging refactoring work is only a problem when there is code motion, such as: Extracting a superclass or interface. Extracting a method or variable. Moving a ...
Gerard Murphy's user avatar
2 votes

With Kent Beck's "test && commit || revert" (TCR), do you skip the "red" of "red, green, refactor"?

I have met some guys who create a new version of TCR, where you give the predicate result of the test: "test green" or "test red" and if the test result is not conform to the ...
Vian's user avatar
  • 21

Top 50 recent answers are included