NCSS 代表什么?
我一直在寻找衡量项目源代码复杂性的方法,并且经常遇到缩写词“NCSS”。对于它所代表的含义,似乎没有任何清晰、容易找到的定义。
据我推断,它与循环代码复杂性有关。
我看到“NCSS”的地方之一是在 JavaNCSS 工具中: http://javancss.codehaus.org/
I've been looking for ways to measure the complexity of my projects's source code, and have frequently come across the acronym "NCSS". There doesn't seem to be any clear, easy-to-find definition of what it stands for.
As far as I can infer, it has something to do with cyclomatic code complexity.
One of the places I saw "NCSS", is in the JavaNCSS tool: http://javancss.codehaus.org/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己找到了答案,也在 JavaNCSS 页面上找到了答案:它代表“Non Commenting Source statements”
I found the answer myself, and on the JavaNCSS page too: It stands for "Non Commenting Source Statements"