loc

LoC (lines of code) metrics for .NET 2.0 c# projects

please suggest me some free tools which will help me to get LOC metrics for C# projects using command line. ...

Ever hear of developers getting paid per line of code?

Has anyone ever heard of developers being paid per line of code written? A friend tells me that many were paid this way in the 60s and early 70s. I was around then, but have to admit that I've never heard of such a thing. ...

Simple script to count NLOC?

Do you know a simple script to count NLOCs (netto lines of code). The script should count lines of C Code. It should not count empty lines or lines with just braces. But it doesn't need to be overly exact either. ...

Use of LOC to determine project size

How many lines of code (LOC) does it take to be considered a large project? How about for just one person writing it? I know this metric is questionable, but there is a significant difference, for a single developer, between 1k and 10k LOC. I typically use space for readability, especially for SQL statements, and I try to reduce the amo...

Lines of code in your VB project

What is the easiest/simplest way of finding out the number of lines in your VB project? ...

How to keep a record how many changes (in terms of LOC) to I make?

I want to keep a record how many changes do I make to my source code in terms of LOC. For example, let's say I have a directory with sources/header files, etc. I need a tool that shows me what files are changed How many LOC are modified (changed/removed/added) since my last check point. What tool does that for me? If there is no...

What is negative code?

I was reading http://en.wikipedia.org/wiki/Douglas_McIlroy and found a quote that mentions "The real hero of programming is the one who writes negative code." Can any one explain what that means? ...