Refactoring vs. Defactoring
When most developers talk about “refactoring the code”, they really mean “restructuring the code”. Rewriting it. Certainly to make it better and fix some bugs. That will be a mix of re-organizing the code, changing the modeling, and modifying some behavior along the way—for the best!
from Pocket https://understandlegacycode.com/blog/refactoring-and-defactoring/
via IFTTT