On Tuesday, January 21, 2014 5:34:21 PM UTC+1, johan...@freenerd.de wrote:
Hi all,
I've been looking into code complexity metric tools for golang and haven't
really found much. Did anyone do something in the direction already?
Hi all,
I've been looking into code complexity metric tools for golang and haven't
really found much. Did anyone do something in the direction already?
for you:
https://github.com/fzipp/gocyclo
Would love to get feedback on the code itself, and/or related work.
You shouldn't aggregate cyclomatic complexity numbers per file or package:http://www.drdobbs.com/architecture-and-design/measuring-complexity-correctly/240007928
http://nofluffjuststuff.com/blog/andrew_glover/2007/01/aggregate_cyclomatic_complexity_is_meaningless
The only meaningful measure is per function.
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.