in reply to Source lines of code (SLOC) -- meaningful number?

I used SLOCCount to compare the relative complexity of Krang and Bricolage:

http://krang.sourceforge.net/docs/krang_vs_bric.html#complexity

It's a pretty rough measure but it seemed to help prove the point.

-sam

  • Comment on Re: Source lines of code (SLOC) -- meaningful number?

Replies are listed 'Best First'.
Re^2: Source lines of code (SLOC) -- meaningful number?
by kaif (Friar) on Jun 09, 2005 at 17:48 UTC

    Out of curiosity, why the large difference between "Perl Modules Lines" and "Perl Module SLOC"? Is the difference because of POD and heredocs?

      POD, whitespace and comments. RTFM for more details.

      -sam