Was going through a Python tutorial, but it seems kinda dated. Wanted to know if people regularly use docstrings in the workforce. Or are they somewhat irrelevant because you can convey most of that info via comments and context? Do jobs make you use them?
If you want to see doctrings in action, take a look at Salt (https://saltproject.io/). They’re used to build all the module documentation (https://docs.saltproject.io/en/latest/py-modindex.html) using sphinx and they won’t accept new modules without them.