Re: lines of code?

From: EventHelix.com (eventhelix_at_hotmail.com)
Date: 11/30/03


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


Relevant Pages