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
Python is dynamically typed and so to know what is what there should be docstrings to indicate types of parameters and returning values. Next to this there could be explained some things in there as well, but staying up-to-date will demand some effort.
These docstrings for functions and modules can be considered noise.
After type hinting with Introduce function annotations (#17) introducing docstrings is mundane and redundant.
Overview
Add docstrings throughout the project.
Python is dynamically typed and so to know what is what there should be docstrings to indicate types of parameters and returning values. Next to this there could be explained some things in there as well, but staying up-to-date will demand some effort.
Links
The text was updated successfully, but these errors were encountered: