如何将指标写入我的软件中,既能与投资者交流,又能经受住极客的审查?

发布于 2024-12-04 07:14:09 字数 1459 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

中性美 2024-12-11 07:14:09

您需要编写一个没有维度的指标,有点像 CRAP 指标,其中您的每个要求都与深思熟虑的加法或乘法因子有关。

我建议还考虑指标中测试比率的代码覆盖率,并以某种方式测量代码契约(Debug.Assert() 或 MS 代码契约)的执行情况。

我写了一篇与这些对抗制造的复杂性相关的博客文章。

最后,我借此机会说,我们正在开发 NDepend 的下一个版本(将在第一个版本中发布) 2012 年下半年),这将提供一种编写自定义代码指标的简单方法。 (我是 NDepend 的 PM)

You'll need to write a metric without dimension, a bit like the C.R.A.P metric, where every of your requirements matter with a pondered additive or multiplicative factor.

I'd advise taking account also of code coverage by tests ratio in the metric, and as well measuring somehow that code contracts (Debug.Assert() or MS code contracts) are enforced.

I wrote a blog post related to these Fighting Fabricated Complexity.

Finally, I take a chance to say that we are working on the next version of NDepend (to be released in the first half of 2012) that will provide an easy way to write custom code metrics. (I am the PM of NDepend)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文