[Python] Implement docstrings and testing #15
Labels
🆕 Enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
An issue open and looking for help as part of hacktoberfest
help wanted
Extra attention is needed
Currently the library has a lot of code dumped throughout that has no documentation associated to explain what it does. Additionally, there is no real testing in place to ensure older methods are not broken by never changes etc.
Therefor, implementing correct docstrings throughout the code and implementing proper testing would be a good way to bring up the quality of the library.
The text was updated successfully, but these errors were encountered: