What type of SLOC do you take into account for estimating web application development projects with COCOMO II?
For instance, suppose you have to estimate a web application project that will probably result in those SLOC counts, based on what you know about similar previous projects:
- Python (back-end REST API) - 10'000 SLOC
- JavaScript (front-end single page app) - 12'000 SLOC
- HandleBars (templating) - 8'000 SLOC
- SASS (css preprocessing) - 3'000 SLOC
- JSON/XML/YAML (data and configuration) - 1'000 SLOC
- YAML (server deployment recipes and tasks) - 1'000 SLOC
Would you only enter Python and JS SLOC or would you take everything into account?