lines-of-code Questions
2
Solved
Please suggest some free tools which will help me to get Lines-of-Code metrics for C# projects using the command line.
Occam asked 17/11, 2008 at 22:35
10
Solved
Possible Duplicate:
How many lines of code should a function/procedure/method have?
I would like to know how many lines of code should be function have? How many lines is too much.
...
Onestep asked 4/6, 2010 at 18:40
4
Solved
I want a query that returns a list of all the (user) stored procedures in a database by name, with the number of lines of code for each one.
i.e.
sp_name lines_of_code
-------- -------------
DoSt...
Hoekstra asked 14/11, 2008 at 21:57
6
Is LOC correct parameter for project estimation?
there are so many scenarios where complexity takes much more time for a single line of code,
other than LOC what could be the suggested param...
Hyetograph asked 21/9, 2009 at 9:57
7
I am listening to a panel discussion where a person mentions their 'engine' is not 1.3 but now is 1.7 million lines of code. That frightens me. I can't imagine that number of lines, the amoun...
Content asked 8/1, 2010 at 5:31
4
Solved
Visual Studio - Determining Lines No Of Lines of code in a project - is this possible in VS 2008?
Varhol asked 10/9, 2009 at 11:9
4
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...
Simultaneous asked 3/6, 2009 at 8:8
11
Solved
I'll do a demo of my code to slightly non-technical audience, and I need to show them what I've got in my project (about 15K lines of code). I'm trying to convince them that I've spend time on the ...
Crossroads asked 26/12, 2008 at 22:41
14
Solved
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 overl...
Haggard asked 27/11, 2008 at 10:28
© 2022 - 2024 — McMap. All rights reserved.