Re: lines of code?
From: EventHelix.com (eventhelix_at_hotmail.com)
Date: 11/30/03
- Next message: GaryM: "Re: login/-out on JSP"
- Previous message: Larry: "Re: Future of Java"
- In reply to: Digital Puer: "lines of code?"
- Next in thread: Tor Iver Wilhelmsen: "Re: lines of code?"
- Reply: Tor Iver Wilhelmsen: "Re: lines of code?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Nov 2003 06:21:00 -0800
> 1. How do you actually count this? On a Unix box, I can run 'wc -l'
> to get the lines, but of course this includes comments and blank lines.
The only requirement here is consistency. If you use wc -l for
your entire project, that's fine.
Another mechanism for counting lines of code is to count total number
of semi-colons (;) and closing-braces (}).
Sandeep
-- http://www.EventHelix.com/EventStudio EventStudio 2.0 - System Architecture Design CASE Tool
- Next message: GaryM: "Re: login/-out on JSP"
- Previous message: Larry: "Re: Future of Java"
- In reply to: Digital Puer: "lines of code?"
- Next in thread: Tor Iver Wilhelmsen: "Re: lines of code?"
- Reply: Tor Iver Wilhelmsen: "Re: lines of code?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|