code metrics for .net code

Posted by user20358 on Programmers See other posts from Programmers or by user20358
Published on 2012-09-21T16:26:39Z Indexed on 2012/09/21 21:56 UTC
Read the original article Hit count: 743

While the code metrics tool gives a pretty good analysis of the code being analyzed, I was wondering if there was any such benchmark on acceptable standards for the following as well:

  • Maximum number of types per assembly
  • Maximum number of such types that can be accessible
  • Maximum number of parameters per method
  • Acceptable RFC count
  • Acceptable Afferent coupling count
  • Acceptable Efferent coupling count

Any other metrics to judge the quality of .Net code by?

Thanks for your time.

© Programmers or respective owner

Related posts about .NET

Related posts about code-quality