|
|
|
|
|
by klodolph
2433 days ago
|
|
Some additions I personally use: - Change: change functionality or behavior. - Cleanup: more than formatting, less than refactoring. No functional changes. - Rename: refactoring that changes a name but does nothing else. - Extract: refactoring that creates a new module or class by moving code out of an existing module or class. |
|