|
|
|
|
|
by gwbas1c
2672 days ago
|
|
Unit tests / automated tests are critical. If you're lucky, you will have a suite of unit tests and automated tests with high code coverage. Rely heavily on these tests as you refactor and debug. If you don't have working tests, consider writing them before making any major change. |
|