[ 源代码: flake8-cognitive-complexity ]
软件包:python3-flake8-cognitive-complexity(0.1.0-4)
python3-flake8-cognitive-complexity 的相关链接
Debian 的资源:
下载源码包 flake8-cognitive-complexity:
- [flake8-cognitive-complexity_0.1.0-4.dsc]
- [flake8-cognitive-complexity_0.1.0.orig.tar.gz]
- [flake8-cognitive-complexity_0.1.0-4.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Extension for flake8 that validates cognitive function complexity
This library evaluates the cognitive complexity of Python code, analysing how difficult a piece of code is to understand. Cognitive complexity is akin to cyclomatic complexity but focuses on human comprehension rather than code structure. It was introduced by G. Ann Campbell and is used by tools like SonarSource and CodeClimate. This feature helps maintain code readability and understandability, allowing easier maintenance and collaboration.