About 41,500,000 results
Open links in new tab
  1. Source lines of code - Wikipedia

    Source lines of code 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 …

  2. Lines of Code (LOC) in Software Engineering - GeeksforGeeks

    Jul 23, 2025 · A line of code (LOC) is any line of text in a code that is not a comment or blank line, and also header lines, in any case of the number of statements or fragments of statements on …

  3. What Is a Line of Code? A Simple Explanation for Beginners

    May 5, 2025 · What Is a Line of Code? A line of code is a single instruction in a programming language that a computer can read and execute. It tells the computer to do something — from …

  4. GitHub - josharsh/100LinesOfCode: 100+ mini-projects ...

    🚀 100+ mini-projects demonstrating the power of concise code. Perfect for learning, portfolio building, and first-time open source contributors. Under 100 lines each! - …

  5. What Is a Line of Code? With Examples - Engineer Fix

    Nov 5, 2025 · Practical Examples of Basic Operations To illustrate how a single instruction translates into a machine action, consider basic operational examples. The instruction `x = 5` …

  6. Measuring Code Quality: Lines of Code - numberanalytics.com

    Jun 12, 2025 · Physical Lines of Code Physical LOC counts the number of physical lines in a source code file, including comments and blank lines. This method is simple to implement and …

  7. What Is a Line of Code (LOC)? | phoenixNAP IT Glossary

    Dec 5, 2024 · What Is an Example of a Line of Code? An example of a line of code is a single instruction or statement written in a programming language that performs a specific operation.

  8. Software Metrics: Lines of Code | Baeldung on Computer Science

    Mar 18, 2024 · Explore LOC, a software size metric that counts physical and logical lines of code.