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
Use docstrings to document your work while you are designing,
not at the end of the project.
Models are important. Both the class and all non-trivial methods should have descriptive docstrings. Not useless docstring like "this is the model class".
The text was updated successfully, but these errors were encountered:
Use docstrings to document your work while you are designing,
not at the end of the project.
Models are important. Both the class and all non-trivial methods should have descriptive docstrings. Not useless docstring like "this is the model class".
The text was updated successfully, but these errors were encountered: