|
|
|
|
|
by pmarreck
1888 days ago
|
|
> if you start refactoring the codebase while waiting for a new task you are likely to break something The risk of this is in proportion to the lack of test coverage. If you are afraid to refactor, this should be an indication that you need to apply more test coverage, so do that first. |
|