What do you use to measure LoC metrics of your projects?
|
feedback
|
|
| |||||||
feedback
|
|
SourceMonitor calculates a series of metrics and among others there is LOC. Besides C++, C, C#, VB.NET, Java, VB6 it works for Delphi too. | ||||
|
feedback
|
|
I don't use them. LOC metrics have one problem: they encourage writing code like this. | |||||||||
feedback
|
|
| |||
|
feedback
|
|
Build-All, then note down the approximate number of lines. Unfortunately this metric isn't very useful other than to possibly impress non programmers where a large statistic thrown out can make the department look impressive. The reality is that a ten thousand line program can be five times more complex than one in the tens of millions. Its not the lines of code that make the product, its the engineering that put the lines together. | |||
|
feedback
|
|
CodeHealer gives you lots of different metrics, including lines of code. | |||
|
feedback
|