logoalt Hacker News

sfinktoday at 1:15 AM0 repliesview on HN

Wait, you don't do that already? I don't overcomplicate it, I just run

    ai-grep -v "bad code"
on all of my source files and keep what's left. Why would you keep bad code around? If it breaks when I do that, I fix it, and try again until I achieve what I want with no bad code. Doesn't everyone do that?