788c7 No.2149
found a decent way to handle messy repos by using
characterization tests to lock down one branch at a time.
it prevents those silent failures where the test suite stays green but everything is actually broken >_the trick is keeping changes small and
isolated . anyone else use branch-level refactoring or do you just wing it?
full read:
https://dev.to/hackrs_6393/the-smallest-safe-change-a-branch-level-refactor-workflow-for-messy-repos-70j