issues
search
Ostoic
/
RaidBrowser
Bringing LFR to Wrath of the Lich King (Non-Classic)
MIT License
36
stars
19
forks
source link
Feature/code smells
#31
Closed
Ostoic
closed
1 year ago
Ostoic
commented
1 year ago
Added type hints for use with linters.
Remove most of the unused variables and functions.
Change global variables to UpperCamelCase convention (used vscode rename so hopefully no bugs are introduced here).
Add a few more checks for null types (if not var return end etc)