About 102,000 results
Open links in new tab
  1. Is there a standard way to count lines of code? - Stack Overflow

    Mar 19, 2019 · 16 Have a look at the Wikipedia Article, especially the "Measuring SLOC" section: There are two major types of SLOC measures: physical SLOC and logical SLOC. Specific …

  2. How bad is SLOC (source lines of code) as a metric? [closed]

    Jun 1, 2017 · Measuring SLOC is a good idea (and can be handled automatically): e.g., when measuring test coverage. What I continue to argue (and so do most of the answers) is that …

  3. Are there known valid uses of SLOC to measure productivity?

    Nov 20, 2017 · So SLOC is definitively not the best way to measure productivity. What productivity are we considering ? Productivity is measured for a process. So SLOC could be a …

  4. Calculate SLOC GCC C/C++ Linux - Stack Overflow

    Feb 13, 2009 · It depends on what you mean by SLOC that GCC has compiled. If you mean, track the source files from your project that GCC used, then you'd probably use the dependency …

  5. metrics - SLOC for Java projects - Stack Overflow

    Jun 2, 2015 · I neeed a free tool to count SLOC on a Java project. I only really need the following metrics: SLOC number of comment lines optionally javadoc metrics optionally sort statistics by …

  6. How to estimate SLOC for project that has no source code yet?

    The only way to get the SLOC input to COCOMO is to estimate that. There are different estimation approaches that you can use to try to come up with an estimate for the size of the …

  7. Can you get the number of lines of code from a GitHub repository?

    Nov 12, 2014 · The question “ Count number of lines in a git repository ” asks how to count the lines of code in a local Git repository, but: You have to clone the project, which could be …

  8. How to count generated lines of code in Visual Studio?

    May 9, 2023 · I'm fully aware of what a useless metric SLOC is, but I'd like to brag about how much work and potential human error the code generators are saving as a KPI to dazzle the …

  9. How to calculate the number of lines in source code

    Dec 26, 2010 · Use sloccount "SLOCCount", a set of tools for counting physical Source Lines of Code (SLOC) in a large number of languages of a potentially large set of programs

  10. What are the methods to estimate source code value?

    Assuming 20k sloc (source lines of code) and a value of $10k/month for developer (and all other things being nominal) you get an estimated time of 79.3 person months to do it (remember, …