Aug. 7, 2011
3:42 p.m.
Refactorings are indeed a cool thing, but I think many important refactorings are still missing. consider extracting a code into a setup or teardown method. Alexandre On Aug 7, 2011, at 10:42 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi guys
What is cool with software refactoring is that we have tests, and even if we break it to death, them we can undo... This morning I was trying to open wood boxes of my old bow window and this is another story. No debugger, no test, no undo. Just think before, try to guess right and do it slowly to avoid to break for real.
Stef