This post originated from an RSS feed registered with Java Buzz
by Chris Winters.
Original Post: Counting lines of code
Feed Title: cwinters.com
Feed URL: http://www.cwinters.com/search/registrar.php?domain=jroller.com®istrar=sedopark
Feed Description: Chris Winters on Java, programming and technology, usually in that order.
SLOCCount - A Perlmonks post pointed me to this. Previously I'd just used wc to get a rough estimate. But that includes POD and other docs and I don't care enough about the figure to create something better. This program filters out comments and seems to work for more than two dozen languages. Cool. ...