Is there a tool for calculating the number of function points in a C# program? [closed]
开发者_开发百科
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionIs there a tool for calculating the number of function points in a C# program?
If there is nothing that measures the number of function points, how about a tool that measures something similar?
IIRC this is one of the various metrics NDepend covers, but it's been awhile since I've used it.
http://www.ndepend.com/Features.aspx#Metrics
There's a tool for calculating micro function points, called Project Code Meter:
http://www.projectcodemeter.com
精彩评论