6 ms·
How can you refactor if you don't have a test suite? Do you manually check everything in your application after every change? That's the main value of having a
by joske2 16y ago
How can you refactor if you don't have a test suite? Do you manually check everything in your application after every change? That's the main value of having a test suite you can trust. It speeds up refactoring massively.