|
|
|
|
|
by username42
4538 days ago
|
|
Refactoring is something that has to be done before adding features. If you first start by adding features, ignoring the fact that the code needs refactoring, the code becomes impossible to maintain. Stopping development of new features during refactoring is also a good pratice. Obviously, the anti-practice is to refactor so often or to spend so much time refactoring that nothing useful is developed. |
|