Please enable JavaScript.
Coggle requires JavaScript to display documents.
CODE (Inspections (Complexity (Tools (PMD, JavaNCSS), Cyclomatic…
CODE
Inspections
Complexity
Tools
PMD
JavaNCSS
Cyclomatic Complexity Number
extract method technique - smaller sets of code
too many comments = complex code
Over-Coupling
Afferent Coupling (Fan In)
responsibilities to too many objects
Efferent Coupling (Fan Out)
Code Audits
Tools
PMD (Java)
Checkstyle (Java)
FxCop (.Net)
PyLint (Python)
Reduce Duplicate Code
Simian (.Net)
CPD
Assess Code Coverage
NCover
Cobertura
Clover
Build
Tools
Ant
Maven
SCM
Tools
Git Hub
Test
Deploy