development/complexity: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-12 20:59:31 -04:00 committed by Willy Sudiarto Raharjo
parent 87ba4877b0
commit 786671db04
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -6,6 +6,6 @@ Complexity scans your C source code to help you:
* 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.
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.