securesauce / precli

Precaution CLI - command line static application security testing tool
https://precli.readthedocs.io/
Other
22 stars 3 forks source link

Use guards instead of nested if conditionals #347

Closed ericwb closed 7 months ago

ericwb commented 7 months ago

Its easier on the eyes to use entry guards into functions rather than deep nested if-statements.