Hacker News new | ask | show | jobs
by aggronn 4687 days ago
In this case, would you refactor by removing only the components in the interface, or would you ask them to just delete everything extra wholesale?
1 comments

Delete everything. If you find yourself needing to reimplement something later you can always check out the old code in the repo but probably it would be better to reimplement it anyway. (You are using source control aren't you?)