cognitive-metrics

There are 1 repositories under cognitive-metrics topic.

  • Phauthentic/cognitive-code-analysis

    A Cognitive Code Complexity Analysis Tool. Cognitive complexity measures how hard it is for a human to understand the code, while cyclomatic complexity measures how hard your code is to test. Understandability is a huge cost factor because ~80% time is spent on reading and understanding code.

    Language:PHP4120