|
|
|
|
|
by CraigJPerry
2125 days ago
|
|
If you can refactor (make a commit changing only implementation code, not touching any test code) and the tests still pass then you’re probably fine. If you’re changing tests as you change the code you’re not refactoring. You have zero confidence that your changed behaviour and changed test didn’t introduce an unintended behaviour or regression. So many developers miss this in my experience. |
|