原始或非空白非注释行数

发布于 2024-09-28 07:26:27 字数 120 浏览 1 评论 0原文

当代码库的大小以行为单位报告时,报告原始 wc 计数或非空白非注释行是否更常见/标准?我并不是在问应该使用哪种度量,只是当我看到一个没有其他信息的数字时,最多猜测更有可能是哪种度量。

When the size of a code base is reported in lines, is it more usual/standard to report raw wc count, or nonblank noncomment lines? I'm not asking which measure should be used, only, if I see a number given with no other information, which measure it is at best guess more likely to be.

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

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

发布评论

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

评论(1

虚拟世界 2024-10-05 07:26:27

我想说的是非空白、非注释行。对于 C 家族树中的许多语言来说,这大约是分号的数量。

I'd say nonblank, noncomment lines. For many languages in the C family tree, this is approximately the number of semi-colons.

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