TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Detecting and improving code quality

1 点作者 kirvyteo超过 9 年前
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-rav超过 9 年前
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>