Source lines of code (SLOC) 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.
All stories in Source lines of code
-
GitHub improves mobile code review with file switcher and multiple comments
In March, GitHub launched its mobile app that make it possible for developers to view and review their project's code on ...