[ 源代码: flake8-cognitive-complexity ]
软件包:python3-flake8-cognitive-complexity(0.1.0-5)
python3-flake8-cognitive-complexity 的相关链接
Debian 的资源:
下载源码包 flake8-cognitive-complexity:
- [flake8-cognitive-complexity_0.1.0-5.dsc]
- [flake8-cognitive-complexity_0.1.0.orig.tar.gz]
- [flake8-cognitive-complexity_0.1.0-5.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.
其他与 python3-flake8-cognitive-complexity 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-cognitive-complexity
- Library to calculate Python functions cognitive complexity via code