in reply to How do I detect what modules are not being used?
Depending on the size and the complexity of the code and the amount of time your boss is willing to let you spend refactoring, you might just want to start from scratch with each one in turn. Examine the code of the prior code, write tests, write code, check tests, bugfix as necessary, document - wash-rinse-repeat.
Cheers - L~R
|
|---|