miniblog.
← Back to all posts
Wilfred Hughes
May 31, 2021 at 05:25
scc is a fast, polished tool for counting lines of code:
https://github.com/boyter/scc
The author has several great posts discussing LOC tooling, including this one on exploring codebases with it:
https://boyter.org/posts/why-count-lines-of-code/
GitHub - boyter/scc: Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go
Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go - boyter/scc
Why count lines of code? | Ben E. C. Boyter