Coder Social home page Coder Social logo

cloc counts "#if 0" lines as code about cloc HOT 2 CLOSED

fefe17 avatar fefe17 commented on August 15, 2024
cloc counts "#if 0" lines as code

from cloc.

Comments (2)

AlDanial avatar AlDanial commented on August 15, 2024

It's an interesting idea but I don't see how I'd implement it in cloc. The behavior you're currently seeing is mentioned as item 6 of the Limitations section of the docs. cloc is regex-based and there's no regex I know of that can associate an #ifdef with its paired #endif.

If you can think of a way I'll consider it, otherwise will have to decline.

from cloc.

xparq avatar xparq commented on August 15, 2024

Footnote:

What actually counts as code can be use-case dependent: I may want to include all available code, or maybe I only want to see live/active code. The tool alone can't reliably guess, so this should be optional.

Related is whether to even count comments as "code": e.g. commented-out code can still be considered code (depending on the use case), only disabled temporarily (just like with #if 0).

Footnote to the footnote:

In fact, I'm usually interested in the lines of comments in general + code together, as "source material", in the spirit of Knuth's literate programming. (Note that (good) comments recording intent are even more important than the code itself, as code can be reproduced from those, but reverse-engineering intent from code is inherently lossy (as the code of evolving (i.e. not dead...) software is often sloppy/incomplete/buggy.)

Another reason I almost never count comments separately is that the overall extent of the "source material", e.g. as the amount of human work done is almost always a more interesting source metric to me than the number of code lines the machine would see, as its own amount of work. That's more like the realm of benchmarking instead.

(It's a blurred line, though, so (again) the user should be able decide. Hence, I always add --fmt=2. I wish that was the default from the get-go, though. I understand it's not possible to change now, breaking all the scripts out there. In fact, I'd probably prefer a --raw option for code + comment + blank (equivalent to wc -l) for a clear canonical baseline metric.)

from cloc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.