|
-
Nov 21st, 2006, 04:02 AM
#1
Thread Starter
Lively Member
Project line counting
Hello
We have a very big project in visual studio 2005 (vb.net and c#) containing code,sql database and start producer, resources string, dataset, control library, reports and ....
how we can count number of lines in our project. I testing it by this (http://www.codeproject.com/useritems...unterAddin.asp) line counter but I do not think this program counting all off my project source files. and not correct number of line in some of files. so this program counted my project line twice as much of old version of this counting program.
Is it exist better program tho work this?
thanks.
-
Nov 21st, 2006, 06:08 AM
#2
Re: Project line counting
Why do you need to know how many lines of code your project contains? The figure you obtain will at best be only partially reliable and by no means correlates to the quality, success and reliability of the project/application.
-
Nov 21st, 2006, 06:17 AM
#3
Re: Project line counting
I agree with VisualAd.
You can also write several statments on 1 line if you want to cheat (enhance your line count productivity rate)
but if you have to M-Z tools is able to count line numbers per sub/function
(at least in VB 6.0, I haven't purchased it for .Net)
 why can't programmers keep and 31 Oct and 25 dec apart. Why Rating is Useful
for every question you ask provide an answer on another thread.
-
Nov 21st, 2006, 09:08 AM
#4
Re: Project line counting
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|