Friday, October 16, 2009

Project statistics

While creating the transition documentation, I ran some stats on the active code base (not including everying in old-projects) using cloc.

I'm not really a fan of measuring quality by number of lines of code (since good programmers produce fewer lines of code than bad but busy programmers), and a lot of this is boilerplate, etc. But I think it's worth noting that with just a limited team, we made 282 classes with 25k lines of Java, 2k lines of JSP, 6k lines of comments and documentation. Nothing massive, but it's a decent body of work.

Languagefilesblankcommentcode
HTML579191609724161640
Java2825420559425656
Javascript353098277914490
XML1369569989448
XSD20146994228
SQL1264257693840
JSP20357952368
CSS121581401460
Bourne Shell1207
SUM:12112972220198223137

No comments: