TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Code quality: measuring the business impact of unhealthy code

11 pointsby john-shafferabout 3 years ago

6 comments

WisemenSEabout 3 years ago
Good read. I would especially want to know more about the unpredictability of the red code/unhealthy code. The difference between healthy code and red code regarding implementation time is astonishing.
评论 #30711304 未加载
mjthdevabout 3 years ago
Thanks @john-shaffer for sharing! Probably the best findings I’ve seen that actually tries to puts a number on some Dora metrics.
评论 #30711383 未加载
JonChesterfieldabout 3 years ago
This appears to be selling a static analysis tool that rates code on a 1 to 10 scale on a few axes where the assessment criteria are opaque. So on the face of it that&#x27;s not something developers are going to like.<p>@john-shaffer if this is your tool can you provide a link to how the various metrics are computed?<p>edit: FAQ doesn&#x27;t include the above. It does say the tool requires write access to GitHub repos it analyses.
评论 #30711303 未加载
评论 #30716953 未加载
buff_devabout 3 years ago
This is also valuable information when planning implementation of new features. To also address code quality and risks.
mimosa_pudicaabout 3 years ago
Nice to read – this sheds a new light on to why and how to tackle technical debt.
评论 #30711241 未加载
Collentabout 3 years ago
Good to read!