Qunar Tech Salon
Mar 2, 2015 · Fundamentals
Understanding Code Complexity Metrics and Using PMD and JavaNCSS to Manage Long Methods and Classes
The article explains how cyclomatic complexity, method and class length, and internal class coupling affect code maintainability, and demonstrates how tools like PMD and JavaNCSS can be configured to detect and refactor overly long or tightly coupled code structures.
JavaNCSSPMDcode complexity
0 likes · 11 min read