up vote 4 down vote favorite
2
share [g+] share [fb]

What do you use to measure LoC metrics of your projects?

link|improve this question

feedback

7 Answers

up vote 6 down vote accepted

Pascal Analyzer

link|improve this answer
1  
+1 for Pascal Analyzer. – RRUZ Sep 14 '09 at 11:57
Thanks to everyone, this seems to be a good metrics tool. Gotta check it out. ps. and yes LoC measuring alone is a useless metric. Though one justs wants to learn how big it is(!), for vanity you know :) – utku_karatas Sep 14 '09 at 17:08
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.

link|improve this answer
feedback

I don't use them. LOC metrics have one problem: they encourage writing code like this.

link|improve this answer
5  
Agreed. Best LOC metric I ever saw: tinyurl.com/ocg9fb – Mason Wheeler Sep 14 '09 at 14:37
1  
Mason, thank you for the link! What a great way for a software pro to beat a stupid system. – azheglov Sep 14 '09 at 14:59
feedback

Don't use it because it's an old, useless metric.

link|improve this answer
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.

link|improve this answer
feedback

CodeHealer gives you lots of different metrics, including lines of code.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.