Prefactoring: Clear The Way For Your New Feature
From Pointer · subscribed via aiste.ulozaite@gmail.com · original ↗ · unsubscribe
Prefactoring (short for “preparatory refactoring”) is the practice of reworking existing code to make it more suitable for an upcoming change before you actually implement the new functionality. Instead of cleaning up code as an afterthought or trying to force a new feature into an incompatible structure, you restructure the codebase first.
Couldn’t fetch the full article — read it on the original site ↗.