Writing

· 1 min read · Note

How do you actually measure ‘code quality’?

Code coverage? Cyclomatic complexity? Pull request review time? I have used all of these. None of them capture the thing I actually care about: can a new engineer understand and safely modify this code in six months? I am still looking for a metric that gets close.

Writing

How do you actually measure ‘code quality’? — Sagar Panwar