What Is Cyclomatic Complexity? Measuring Code Quality

Share
  • January 15, 2021
Cyclomatic Complexity is a code metric that you can view in many IDEs like Visual Studio. While it’s not an exact science, it allows you to get a general idea of the complexity of functions, classes, and namespaces, which can be useful when looking for code to refactor.

Read This Article on CloudSavvy IT ›

Source : What Is Cyclomatic Complexity? Measuring Code Quality