# Cognitive complexity - a new way of measuring understandability > Cognitive complexity 지표를 제안한 문서. [Cognitive complexity](https://wiki.g15e.com/pages/Cognitive%20complexity.txt) 지표를 제안한 문서. ## Abstract > [Cyclomatic complexity](https://wiki.g15e.com/pages/Cyclomatic%20complexity.txt) was initially formulated as a measurement of the "testability and maintainability" of the control flow of a module. While it excels at measuring the former, its underlying mathematical model is unsatisfactory at producing a value that measures the latter. This white paper describes a new metric that breaks from the use of mathematical models to evaluate code in order to remedy cyclomatic complexity's shortcomings and produce a measurement that more accurately reflects the relative difficulty of understanding, and therefore of maintaining methods, classes, and applications.