Friday, December 24, 2004
Cyclomatic Complexity
One of the things I've been interested in for a long time is finding bugs in
code automatically. Cyclomatic Complexity analysis is a semi-automatic way
to do this. Here's a good read on it. I've written tools for analyzing Python code which you can get here.
code automatically. Cyclomatic Complexity analysis is a semi-automatic way
to do this. Here's a good read on it. I've written tools for analyzing Python code which you can get here.