When approaching a project someone else has built, one of the first things I wonder is
What classes are used a lot, and what classes or used almost never?
It aids understanding and speeds up getting into the project.
So I'm developing this console application called hawkeye.exe to do just that analysis for me!
The first version produces a html-file called FreqTable.html from the directory in which is it run.