How do you measure code quality / engineering team performance?
MikhailShel
Posted on June 7, 2019
I've been looking into this problem for a while now and here are the few things that I came up with(however NaN of them feel quite right):
- Test code coverage
- Amount of bugs / Amount of features (%)
- AVG Page load time (assuming we talking about some sort of website)
- Cyclomatic complexity (spaghettines of the code) should be small
- Essential Complexity (unnecessary loops and ifs)-should be small
So the question is how do you guys do it? and at what point (every 2weeks/ on the time of release/ every 1/2 year /every day/ every commit/ once in a blue moon)
💖 💪 🙅 🚩
MikhailShel
Posted on June 7, 2019
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.