Most people decide what to refactor by opening a file and not liking how it looks.
💡 A better starting point? Files you or your agent have to keep going back into. They cost time and money.
Use this to find them:
git log --name-only --pretty=format: -- 'app/*' | grep -v '^$'
Built for developers who want to unlearn outdated defaults and start building engineering judgment.
Powered by @Bitter_Brains

