algorithms
algorithms copied to clipboard
pylint score is too low
The pylint score for this project is terribly low at 6.57. Many of the issues are non-issues for a project such as this, eg. broken naming conventions because of typical algorithm variable naming. However, there are still a ton of issues that should be dealt with, including but not limited to trailing whitespace, missing docstrings, dead code (after return), uncaught strings, and out-dated iteration using range with len.
Many of these issues could be taken care of automatically. I propose that we start with that.
sounds good! I wanted to clean the repo up so bad, but didn't have time :(. Would be awesome if we could get contribution.
Sure
sounds good! I wanted to clean the repo up so bad, but didn't have time :(. Would be awesome if we could get contribution.
Ready to contribute :)
@Cawibo are you still interested working on this?
@ericklarac @keon I can work on this! Can I pick this up?
Yes :) feel free to take any tasks you want