Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 yıl önce
..
README 786671db04 development/complexity: Fix README. 4 yıl önce
complexity.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 yıl önce
complexity.info ffd5359785 development/complexity: Updated for version 1.10. 6 yıl önce
slack-desc 118a5824e4 development/complexity: Added (Measure complexity of C source). 10 yıl önce

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.