Static Code Analysis Glossary
A dictionary of commonly used tools and terminology by developers related to static code analysis and linting.
B
C
-
Code Smells
Code Smells are an indicator of code that might be hard to read, maintain or evolve, rather that things that ...
-
Contrived complexity
Contrived complexity
-
Cyclomatic Complexity
Cyclomatic Complexity
D
E
-
Excessive comments
Excessive comments
-
Excessively long identifiers
Excessively long identifiers
-
Excessively long line of code
Excessively long line of code
-
Excessively short identifiers
Excessively short identifiers
-
Excessive return of data
Excessive return of data
-
Excessive use of literals
Excessive use of literals