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.

Ask HN: Detecting and improving code quality

1 pointsby kirvyteoover 9 years ago
We are working on a project to improve the code quality of a design. Very often, certain code structures are not inefficient.<p>Has anyone here use any software to do similar tasks? We need something that we can customize for our own use. It is not about detecting stuff like syntax errors or illegal declarations but more about detecting and flagging a certain code pattern.<p>thanks!

1 comment

t-ravover 9 years ago
Not sure this is what you are looking for, but I use Sonar to id code quality issues. Check it out @ <a href="http:&#x2F;&#x2F;www.sonarqube.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.sonarqube.org&#x2F;</a>