What is difficulty class

Their wiki only talks about the obvious (medium class difficulty), but what does it actually mean?

I know that for method complexity, 15-20 is usually the upper bound of testable and maintainable code.

+3


source to share


1 answer


You can do a lot with Cyclomatic Complexity. Here are some posts on my blog, but you can find much more: http://qualilogy.com/en/legacy-c-application-refactoring-reengineering-1/ and http://qualilogy.com/en/legacy-application -refactoring-reengineering-7 /



Yes, for each class / file, this is the average complexity of each method / function: http://qualilogy.com/en/legacy-application-refactoring-sqale-plugin-1/

+1


source







All Articles