/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.

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

Issues