Talk:Code refactoring: Difference between revisions

Content deleted Content added
Line 37:
== Which type of testing ensures that refactoring does not change the behavior of the code ==
Unit tests, especially automated ones in the context of test-first or test-driven development, ensure that refactoring does not change the behavior of the code. [[User:Rodasmith|The Rod]] 18:53, 30 September 2005 (UTC)
 
I find that after refactoring is done, unit testing misses a bunch of ingegrated issues - so do a full run test after refactoring.
 
== Tools ==