套件:python3-cognitive-complexity(1.2.0-4)
python3-cognitive-complexity 的相關連結
Debian 的資源:
下載原始碼套件 cognitive-complexity:
- [cognitive-complexity_1.2.0-4.dsc]
- [cognitive-complexity_1.2.0.orig.tar.gz]
- [cognitive-complexity_1.2.0-4.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Library to calculate Python functions cognitive complexity via code
This library provides a mechanism to evaluate the cognitive complexity of Python functions. Cognitive complexity is a metric designed to measure the understandability of code, assessing how challenging it might be for a human to comprehend. It assigns points for various constructs such as breaking control flow, nesting, and recursion within the code. The calculation of cognitive complexity can aid in making the code more maintainable and readable by helping developers identify areas that could be simplified. The metric is derived from a structured algorithm that, although not precisely replicating the original proposal, delivers similar results. This algorithm adapts traditional computation techniques to assess elements that contribute to mental processing difficulty when reading and interpreting source code.
其他與 python3-cognitive-complexity 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)