madhuakula/aws-iam-analyser

Bad Usage of Exceptions

Open

#5 opened on May 29, 2020

 (1 comment) (0 reactions) (0 assignees)Python (2 forks)github user discovery
help wanted

Repository metrics

Stars
 (10 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Exceptions are per function, and not set in a global manner. Functions should raise the exceptions, and they should be handled in main.

The exceptions set as well are extremely vague and are were not thought of. Try catch blocks should be understood, and not just thrown around.

Contributor guide