Effective ways to use the tools.
Analyse the call graph to identify potential classes to be factored out of C code.
Iteratively remove redundant members until there are none left.
Make public members private
Prototype the architecture by stubbing code and analysing the results.
Address Technical Debt by reviewing the cohesion of the codebase.
Address Technical Debt by reviewing the coupling of the codebase.