A short description of the refactoring.
Example code
Before the left -> right refactoring
After the right -> left refactoring
|
Example code
Before the right -> left refactoring
After the left -> right refactoring
|
General comment:
General comments, including a discussion of the mechanism of the
refactoring.
Left to right comment:
Comments on the left -> right refactoring. | Right to left comment:
Comments on the right -> left refactoring. |
Left to right conditions:
Conditions on the left -> right refactoring | Right to left conditions:
Conditions on the right -> left refactoring |
What sort of analysis is required to check the conditions for the refactoring?