Docstrings describe the code. Always include docstrings in your modules, functions, classes, and public methods.
- [PEP257](https://peps.python.org/pep-0257/) defines Python docstring standards, but I prefer [[Python/numpy-style docstrings]].
- Google Apps Script also has a standard.
#rough