You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on #3477 it came up that linkcheck_utils.py would be a good candidate for some refactoring. E.g. the get_url method handles a lot of tasks that could be split into different methods.
Proposed Solution
Refactor linkcheck_utils.py to make the code cleaner. Mainly split up big Methods where necessary and usefull
Alternatives
Leave it as it is
Related Issues
This came up during working on #3477
Issue #3061 was also brought up to be positively effected by refactoring
The text was updated successfully, but these errors were encountered:
Motivation
While working on #3477 it came up that
linkcheck_utils.py
would be a good candidate for some refactoring. E.g. theget_url
method handles a lot of tasks that could be split into different methods.Proposed Solution
Refactor
linkcheck_utils.py
to make the code cleaner. Mainly split up big Methods where necessary and usefullAlternatives
Leave it as it is
Related Issues
This came up during working on #3477
Issue #3061 was also brought up to be positively effected by refactoring
The text was updated successfully, but these errors were encountered: