总的代码行数:76,621。
所以在这次,代码行数比平时显得更为重要。
So after that, the lines of code become somewhat more significant than it would normally.
例如,知道代码行数几乎不能带来任何价值。
For example, it's very hard to get much value from knowing the number of lines of code.
度量:源代码行数(SLOC)。
图9:废弃—通过被删除的代码行数进行测量。
SQLJ程序需要的代码行数比JDBC程序更少。
SQLJ programs require fewer lines of code than JDBC programs.
规模:组成最终产品的人工产生的代码行数
Size: number of human-generated source instructions composing the end product
可以详细列出代码行数统计,甚至每一个过程函数的统计。
For statistics detailing the number of lines of code, and even the function of each process statistics.
可维护性索引的计算依据为:代码行数、程序量和圈复杂度。
The maintainability index is calculated by using the following metrics: lines of code, program volume, and cyclomatic complexity.
如果你理解软件的运作方式,就能知道按代码行数衡量工作效率毫无意义。
If you understand how software works, you know the futility of measuring productivity by lines of code.
一个关键的评估变量是手工编写的代码行数,它被用来计算项目的总规模。
Lines of manually written source code, which acted as a key variable in estimates, were counted to calculate the total size of the project.
用代码行数来评估程序的开发进度,就好比是拿重量来评估一个飞机的建造进度。
Measuring programming progress by lines of code is like measuring aircraft building progress by weight. -- Bill Gates, co-founder of Microsoft Corporation
以代码行数来衡量程序设计的进度,就好比以重量来衡量飞机的制造进度。
Measuring programming progress by lines of code is like measuring aircraft building progress by weight.
图1中的图,描述了缺陷密度与评审代码行数量之间的关系,支持该规则。
The graph in Figure 1, which plots defect density against the number of lines of code under review, supports this rule.
计算代码复杂度的老方法,一般是统计一个给定的函数或方法中的代码行数目。
The oldest method for calculating code complexity is counting the number of lines in a given function or method.
自从上一个版本发布以来,被改变的代码行数最新估计大约是100000行。
Recent estimates are of about 100,000 lines of code has changed since the last release.
我不希望太过强调代码行数—显然,您可以通过最小化或最大化代码长度做手脚。
I would not want to emphasize LOC too strongly — obviously, you can play games with minimizing or maximizing code length.
在测量为特定项目生成的工作量时,诸如代码行数和类数量等标准度量非常重要。
Standard metrics, such as lines of code and number of classes, are important when measuring the amount of effort that is being generated for a particular project.
它会增加代码行数,增加复杂度,而且会增加您真正关注的业务逻辑代码的阅读难度。
It means extra code, extra complexity, and it obscures the real business logic that is your true focus.
除此之外,您在您所有的测试脚本中,减少了执行一个搜索的代码行数量,从三个减少到一个。
In addition, you reduce the number of lines to perform a search from three to one in all you test scripts.
用代码行数来衡量程序的开发进度,就好比用重量来衡量飞机的制造进度。——比尔·盖茨。
Measuring programming progress by lines of code is like measuring aircraft building progress by weight. - Bill Gates.
举例来说,如果您度量软件开发人员的代码行数,那么团队将生成拥有许多不必要代码行的程序。
For example, if you measure lines of code per software developer, the team will generate programs with lots of unnecessary lines of code.
FishEye为我们展示的代码行数在过去的两年半时间内,已经稳步地增长到了超过50万行。
FishEye shows us the number of lines of code has steadily grown to more than half a million over the past 2 and half years.
Eelco报告说生成的代码行数与DSL代码的比值超过100,并认为改善代码生成器会有很好的回报。
Eelco reports ratios of lines of code generated over lines of DSL of over 100 which he sees as an opportunity to improve the generator.
DOMAPI的低级本质、方法和编程模式的不正确应用以及缺乏完整 API 的知识,都会致使代码行数增加。
The low-level nature of the DOM API, incorrect application of methods and programming patterns, and lack of knowledge of the full API all contributed to the increase in the number of code lines.
如果使用对象表达式来最小化程序中创建的类型数目,您可以减少代码行数,并防止出现不必要的类型增殖。
If you use object expressions to minimize the number of types created in a program, you can reduce the number of lines of code and prevent the unnecessary proliferation of types.
识别会随着(您所造成的)其它变更(包括使用受影响的数据项和间接的数据项的代码行数)而改变的应用程序范围的能力。
Ability to identify areas of an application that will change as a consequence of other changes you make, including lines of code that use affected data items and indirect data items.
常用于减少代码行数和重复表达的串联字符串对于开发人员来说可能比较方便,但是有时候会导致全球化阶段需要付出更多的努力。
Concatenation strings, usually used to reduce the code lines and duplicated expressions, can be convenient for developers, but sometimes they can require more effort in the globalization phase.
对于这些对象的调用数目,以及为取得期望结果必须执行的代码行数,让我们了解要取得期望结果需要进行多么重大的处理。
The number of calls to the objects and the number of lines of code that must be execute to achieve the desired result gives us an idea of the serious processing required to achieve the desired result.
造成代码行数量增长的原因是由于DOMAPI的低级特性、对方法和编程样式不正确的应用以及对整个API缺乏了解。
What contributed to the increase in the number of code lines were the low-level nature of the DOM API, incorrect application of methods and programming patterns, and lack of knowledge of the full API.
应用推荐