Refactoring without tests should be fine
Refactoring without tests should be fine. Why is it not? When could it be safe? Refactoring is a controlled technique for improving the design of an existing code base. Its essence is applying a series of small behavior-preserving transformations, each of which “too small to be worth doing”. However the cumulative effect of each of …