OrBin / gramhopper

A rule-based Telegram bot engine, no coding required
https://pypi.org/project/gramhopper/
MIT License
3 stars 1 forks source link

Add docstrings #32

Closed OrBin closed 5 years ago

OrBin commented 5 years ago

Add docstrings to classes, modules and functions. Remove disable=missing-docstring from .pylintrc.

Related to #26.

OrBin commented 5 years ago

We decided to abandon the idea of forcing a docstring due each function, class and module, from a thought that its positive effect is not that significant and that adding this additional rule will be very annoying during the development. In #68, we added some necessary docstrings.