Tag

code metrics

0 views collected around this technical thread.

Architecture and Beyond
Architecture and Beyond
Aug 12, 2023 · R&D Management

Measuring Development Efficiency Through Code Metrics: Practices, Implementation, and Challenges

This article explores why and how to measure code quality and development efficiency using code-based metrics, outlines key measurement dimensions, implementation steps, and discusses the benefits and challenges of adopting such quantitative insights for R&D management.

Performance MeasurementR&D managementTechnical Debt
0 likes · 9 min read
Measuring Development Efficiency Through Code Metrics: Practices, Implementation, and Challenges
TAL Education Technology
TAL Education Technology
Jul 13, 2023 · Fundamentals

Understanding Cyclomatic Complexity and Code Quality Metrics

This article explains cyclomatic complexity, its calculation formulas, practical examples, and how to measure and improve code quality using tools like SonarQube, ESLint, and codeMetrics, while also presenting refactoring techniques such as single‑responsibility, open‑closed, polymorphism, early returns, and functional programming to reduce complexity.

JavaScriptcode metricscyclomatic complexity
0 likes · 13 min read
Understanding Cyclomatic Complexity and Code Quality Metrics