4teamwork / ftw.linkchecker

0 stars 0 forks source link

Refactor module `accumulating`. #79

Closed busykoala closed 4 years ago

busykoala commented 4 years ago

The module accumulating contains very long methods not serving a single task, making the code complex.

This should be optimized with a generous refactoring. Also, this may improve the performance of the package quite a bit if objects do not need to be called twice for example.