Refactoring with tests in Python: a practical example – The Digital Cat

This post contains a step-by-step example of a refactoring session guided by tests. When dealing with untested or legacy code refactoring is dangerous and tests can help us do it the right way, minimizing the amount of bugs we introduce, and possibly comp… Read more

Similar