Results 1 to 4 of 4

Thread: Project line counting

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2002
    Posts
    76

    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.

  2. #2
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    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.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  3. #3
    Fanatic Member Dnereb's Avatar
    Join Date
    Aug 2005
    Location
    Netherlands
    Posts
    863

    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.

  4. #4

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width