本文介绍了如果是“代码行数",一个有用的指标?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有人认为代码的最大敌人是代码的大小,我倾向于同意.但是每天您都会听到类似的声音
Some people claim that code's worst enemy is its size, and I tend to agree. Yet every day you keep hearing things like
- 我一天之内就写出很多代码.
- 我拥有x行代码.
- Windows是一百万行代码.
问题:#行代码"何时有用?
Question: When is "#lines of code" useful?
ps:请注意,当做出这样的陈述时,语气是越多越好".
ps: Note that when such statements are made, the tone is "more is better".
推荐答案
我很惊讶没有人提到Dijkstra的名言,所以去了:
I'm surprised nobody has mentioned Dijkstra's famous quote yet, so here goes:
引言摘自一篇名为"".
The quote is from an article called "On the cruelty of really teaching computing science".
这篇关于如果是“代码行数",一个有用的指标?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!