“分号”是什么意思?均值作为大小单位

发布于 2024-09-26 10:50:44 字数 186 浏览 0 评论 0原文

Io主页上,它提到了它的小尺寸,但它使用了我以前从未见过的测量单位:

小型虚拟机(~10K 分号)

这只是字符大小(〜字节),还是这里有更微妙的事情发生?

On the Io home page it mentions its small size, but it uses a unit of measure I've not seen before:

small vm (~10K semicolons)

Is this just the size in characters (~bytes), or is there something more subtle going on here?

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

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

发布评论

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

评论(1

无畏 2024-10-03 10:50:44

它是对逻辑代码行的度量。

您只需测量以分号结尾的行,而不是简单地计算所有代码行(包括注释、空行等)。这是一个仍然简单但更准确的衡量一段代码有多大的方法。

It's a measure of Logical lines of code.

Rather than simply counting all lines of code, including comments, blank lines, etc., you only measure the lines that end in a semicolon. It's a still-simple but more accurate measure of how large a piece of code is.

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