-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
good first issueGood for newcomersGood for newcomershacktoberfesthacktoberfest issuehacktoberfest issuehelp wantedExtra attention is neededExtra attention is needed
Description
Description
It is recommended not to use global statement unless it is really necessary. Global variables are dangerous because they can be simultaneously accessed from multiple sections of a program. This frequently results in bugs. This also make code difficult to read, because they force you to search through multiple functions …
Occurrences
There are 2 occurrences of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/ZigRazor/PyStateMachine/issue/PYL-W0603/occurrences/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershacktoberfesthacktoberfest issuehacktoberfest issuehelp wantedExtra attention is neededExtra attention is needed