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. ...
please suggest me some free tools which will help me to get LOC metrics for C# projects using command line. ...
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. ...
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. ...
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...
What is the easiest/simplest way of finding out the number of lines in your VB project? ...
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...
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? ...