You have the code you want to remove associated with outdated functionality from a ruby project. How to ensure that you get rid of all the code?
Some recommendations that usually help in ruby refactoring apply, but there are additional problems because code that is not called by anything will not break any unit tests.
Refresh . Has anyone written something that allows you to guess, based on your version control history, if there are commits, where have you since removed most, but not all, of the code and can you specify the remaining code?
source
share