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.

Evaluate your technical debt with Sonar

27 pointsby farnulfoalmost 16 years ago

2 comments

jimrandomhalmost 16 years ago
Software does not have a sense of elegance, and short of a strong AI, it cannot ever have a sense of elegance. The kind of technical debt that matters is mismatches between program abstractions and target domain abstractions. What this does is more like using a spell checker to determine how close a book is to being ready to publish - fundamentally misguided at best.
评论 #657584 未加载
评论 #658551 未加载
DenisMalmost 16 years ago
Nice. I would like to see inclusion of the following metrics:<p>1. Class coupling - amount of time it takes to grok the code<p>2. Build time (full, typical partial etc) - amount of time developer is twiddling his tumbs<p>3. Time between checkin, integration tests and end-user tests - amount of time code spent being created but not used, aka "waste" per The Toyota Way<p>4. Referential loops in layering diagram - amount of problems that need to be overcome to start refactoring
评论 #658581 未加载