Team City 的重复成本是什么意思?

发布于 2024-10-13 22:42:01 字数 176 浏览 6 评论 0原文

我们正在使用 Team City,并运行重复测试。

它发现了几个重复项,但我想知道成本是如何计算的,以及我们是否应该使用它来优先修复重复项?

以下是一些示例:

成本 246,1 个文件中有 2 个重复项 成本 75,14 个文件中的 14 个重复项 成本 73,1 个文件中有 2 个重复项

We are using Team City, and running a duplicates test.

It has found several duplicates, but I am wondering how the cost is calculated and if we should use that to prioritise fixing the duplicates?

Here are some examples:

cost 246, 2 duplicates in 1 file
cost 75, 14 duplicates in 14 files
cost 73, 2 duplicates in 1 file

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

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

发布评论

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

评论(1

执手闯天涯 2024-10-20 22:42:01

该数字是一个综合数字,反映了所涉及代码片段的“复杂性”。数字越多,代码就越复杂/越长。

首先与成本较高的重复战斗通常是有意义的。

The number is a synthetic one reflecting "complexity" of the code snippet involved. The more the number, the more complex/long the code is.

It usually makes sense to fight with the duplicates with greater cost first.

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