|
|
|
|
|
by jrowley
1198 days ago
|
|
It might be more prudent to write some unit tests to enforce the desired behavior, in particular any edge cases the current solution supports that past solutions didn’t support. Then when working on refactoring you have the tests as a reminder of what cases need to be supported. |
|