Talk:Code refactoring: Difference between revisions

Content deleted Content added
Which type of testing ensures that refactoring does not change the behavior of the code
Line 15:
 
== Which type of testing ensures that refactoring does not change the behavior of the code ==
Unit tests, especially in the context of test-first or test-driven development, ensure that refactoring does not change the behavior of the code.