slackbuilds/development/complexity
B. Watson 786671db04
development/complexity: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-10-17 09:38:56 +07:00
..
README development/complexity: Fix README. 2020-10-17 09:38:56 +07:00
complexity.SlackBuild
complexity.info
slack-desc

README

Measure complexity of C source

Complexity scans your C source code to help you:

* Locate suspicious areas in unfamiliar code
* Get an idea of how much effort may be required to understand that code
* Get an idea of the effort required to test a code base
* Provide a reminder to yourself. You may see what you've written as
  obvious, but others may not. It is useful to have a hint about what
  code may seem harder to understand by others, and then decide if
  some rework may be in order.