madhuakula/aws-iam-analyser

Bad Naming Convention

Open

#7 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

Across the functions, it's mostly output and response. What is the excepted output, what is the response?

Variables should be better declared to fit their functionality and the purpose being served.

  • Functions should return something if they are GETs
  • Variables should be more descriptive

Contributor guide