issues
search
boyter
/
scc
Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go
MIT License
6.79k
stars
267
forks
source link
Simplify and clean up the code
#548
Closed
apocelipes
closed
3 weeks ago
apocelipes
commented
3 weeks ago
simplify the usage of switch statements
use "lang" and "langs" as aliases for "language" (these aliases are already used in existing code)
reuse sortLanguageSummary
use gettempdir to fix a warning about directly using the '/tmp' path
boyter
commented
3 weeks ago
Neat. Looks good. Thanks for another one.