Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

RE: Is there a way to measure code complexity?

by nickcave25 (Acolyte)
on Feb 08, 2000 at 15:57 UTC ( [id://3154]=note: print w/replies, xml ) Need Help??


in reply to Is there a way to measure code complexity?

what does wc -l do? what is KLOC? what is TIA?
  • Comment on RE: Is there a way to measure code complexity?

Replies are listed 'Best First'.
RE: RE: Is there a way to measure code complexity?
by Anonymous Monk on Feb 08, 2000 at 19:55 UTC
    > what does wc -l do? wc is a Unix/Linux word count program. By default, it prints the number of bytes, words, and lines in a file. The "-l" option tells it to print only the number of lines. It is a quick way to measure lines of code. > what is KLOC? KLOC is a measurement of lines of code. 1 KLOC = 1000 lines of code (one kilo-LOC). 2 KLOC = 2000 lines of code, etc. > what is TIA? TIA = Thanks In Advance.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://3154]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-24 01:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found