Source Code Metrics
I just read this post by Sahil, and it caused me to get SourceMonitor, which is an application to calculate all sort of interesting information about your code. The amount of information that this tool offers is simply amazing. The one thing that I regret is that there doesn't seem to be a way to integrate this into the build process and get an XML file to do work with. You can get it to work in your build process quite easily (they have an Ant script that I'm currently coverting to NAnt) and it should be useful for all sort of things beyond mere reporting. For instance, if I get beyond some complexity thersfold, the build would fail.
I'll post NQA's results as soon as I finish integrating this into the build.
Comments
Comment preview