ivanhercaz / CanaryBot

CanaryBot works in the Wikimedia projects mainly in maintenance tasks!
1 stars 0 forks source link

Avoid the use of global variables #12

Open ivanhercaz opened 5 years ago

ivanhercaz commented 5 years ago

Minor issue to remember that I should learn a way to avoid the creation of global variables that are going to be modified internally, as:

https://github.com/ivanhercaz/CanaryBot/blob/13ca8bd8fedd441367af41ea5366ce05cfd53840/fullstopschecker.py#L116

Modified in:

https://github.com/ivanhercaz/CanaryBot/blob/13ca8bd8fedd441367af41ea5366ce05cfd53840/fullstopschecker.py#L360-L361