Hacker News new | ask | show | jobs
by imtringued 3214 days ago
Especially in statically typed programs you want to "break" your program for refactoring purposes. Usually I look at a function or class and create new functions/classes and then rename the old one and then fix all the errors one by one by using the new code.