Open main menu

Changes

1,117 bytes added ,  3 March
Created page with "Sloc Cloc and Code or simply [https://github.com/boyter/scc SCC] (aka Succinct Code Counter) is a tool similar to those before it for counting the lines of code, blank lines,..."
Sloc Cloc and Code or simply [https://github.com/boyter/scc SCC] (aka Succinct Code Counter) is a tool similar to those before it for counting the lines of code, blank lines, comment lines, and physical lines of source code in many programming languages.

Goal is to be the fastest code counter possible, but also perform COCOMO calculation like sloccount and to estimate code complexity similar to cyclomatic complexity calculators. In short one tool to rule them all.

== Why? ==
Why use scc?

# It is very fast and gets faster the more
# CPU you throw at it
# Accurate
# Works very well across multiple platforms without slowdown (Windows, Linux, macOS)
# Large language support
# Can ignore duplicate files
# Has complexity estimations
# You need to tell the difference between Coq and Verilog in the same directory
# cloc yaml output support so potentially a drop in replacement for some users
# Can identify or ignore minified files
# Able to identify many #! (shebang) files ADVANCED!
# Can ignore large files by lines or bytes

[[Category:Tools]]
[[Category:Quality Assurance]]
[[Category:Project Management]]