cognitive-complexity
There are 16 repositories under cognitive-complexity topic.
emacs-vs/cognitive-complexity
Show cognitive complexity of code in Emacs 29+ (treesit-based)
ytetsuro/sabik
Visualize source code complexity with Sabik. This tool is to find the bad smell code. I think your helpful refactoring.
rossmacarthur/complexity
Calculate cognitive complexity of Rust code
funkwerk/cogito
Moved
iepathos/debtmap
Technical debt analyzer with coverage-aware risk scoring and actionable refactoring recommendations
buraksenyurt/switch-challenge
Çok fazla switch-case ve hatta if içerdiği için cognitive complexity değeri yüksek fonksiyonları nasıl iyileştirebiliriz? Bu soruya cevap bulmaya çalıştığım C# kod reposudur.
floriankraemer/cognitive-code-analysis-java
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.
zgoda-mobica/decomplexator
Python code complexity report
BruhZul/cognitive-complexity-calculator
This tool computes the Cognitive Complexity, as defined by SonarSource, for .java files.
rsain/SoftwareCognitiveComplexityReducer
Automatizing Software Cognitive Complexity Reduction
yfwz100/gocyclo
Calculate cognitive complexities of functions in Go source code.
ChristianPervoelz/netbeans-java-hints
Provides additional hints for java in the NetBeans IDE
funkwerk-mobility/cogito
Analyses D code and calculates its cognitive complexity
ubmit/switch-vs-object
🤓 compares the cognitive complexity between two ways of mapping values to keys
ILilliasI/sqm
Evaluation code for paper 'Java Classes with “-Er” and “-Utils” Suffixes Have Higher Complexity'
YoshihideShirai/clang-metrix
Code analysis tool that uses Clang and Python to evaluate the complexity and maintainability of C functions