|
|
|
|
|
by spaetzleesser
2181 days ago
|
|
"2: It's easier to refactor code with good automated tests, like unit tests, because you can push a button and know that it works.
" One thing too keep in mind is that the tests should also be kept relatively simple. I have seen codebases where there were so many and often complex tests that modifying the actual code was easy but changing the test would have been prohibitively expensive. |
|