java - Counting Lines of code - quality metircs -


I am taking the code for my Java project, this project has many XML files. Now my question code When calculating the lines is there. Should I also consider the XML lines of the code? Please help

The count of lines of IMO code is a terrific quality metric when I consider it a great day I remove hundreds of lines of code

However to answer your question If your XML is handwritten and represents metadata that configures your application, then yes, I consider it a code.


Comments