Lines of Code (LOC) Measure
(Redirected from lines of code)
Jump to navigation
Jump to search
A Lines of Code (LOC) Measure is a software metric based on counting the number of lines in the text of the program's source code.
References
2018
- (Wikipedia, 2018) ⇒ https://en.wikipedia.org/wiki/Source_lines_of_code Retrieved:2018-3-5.
- Source lines of code (SLOC), also known as lines of code (LOC), is a software metric used to measure the size of a computer program by counting the number of lines in the text of the program's source code. SLOC is typically used to predict the amount of effort that will be required to develop a program, as well as to estimate programming productivity or maintainability once the software is produced.