Slide 63
Slide 63 text
Refactoring
Code refactoring is the process of restructuring
existing computer code without changing its external
behavior. – Wikipedia
Refactoring happens within minutes,
not within months.
Again, in order to refactor efficiently, you need to be
able to check everything all the time.