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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Code Climate launches Security Monitor

26 点作者 samdunne大约 12 年前

4 条评论

MattRogish大约 12 年前
Been using Code Climate for a long time; it's really fantastic. Bryan has done a great job finding the right things to point out that help improve our code quality.<p>The security stuff is pretty cool - it's really nice to have code-level audits that are continuous, ongoing, and automated. It won't replace the need for physical code review but it has already caught stuff our code reviews haven't.<p>I'm a huge fan of automation over manual labor and static code analysis is a great tool to help. For example, in our CI (CircleCI) we tie in different ruby gems (rails_best_practices, rcov, jshint, etc.) to help enforce code quality automagically. Violate one of our team-defined guidelines? The build will fail.<p>I often find it frustrating that teams introduce reams of documentation for code standards and then painstakingly hand-review code for adherence. Automate that and spend the rest of your time reviewing for things that can't be trivially automated (CodeClimate doesn't care about tabs v. spaces, of course)
评论 #5405597 未加载
brynary大约 12 年前
If anyone has any questions about Code Climate, Security Monitor, or how all this works, let me know.
评论 #5401308 未加载
gsiener大约 12 年前
Code Climate has been great for explaining tech debt and security to my clients. It shifts the conversation from begging for time to justifying a healthy dose of refactoring.
评论 #5400932 未加载
newman314大约 12 年前
Is there something similar for other languages?
评论 #5405589 未加载