How to you measure lines of front-end code (HTML, CSS, JS, JSP)?
The company I work for is being audited and I have to provide some metrics on our codebase.
I have provided some statistics on our Java code us开发者_Go百科ing some plugins for Eclipse.
But I also need to measure lines of front-end code: HTML, CSS, JS, JSP.
Is there a (Windows) tool that would help with this?
for getting code metrics of javascript inside JS and HTML you can use ProjectCodeMeter (it will give you LOC, constants, complexity, arithmetic and even development time), but for CSS and HTML markup i don't know any measurement tool, when i think of it, these are mostly generated by editors like DreamWeaver or CMS templates, so they're not really "lines of code"...
精彩评论