All Questions
1 question
7
votes
4
answers
9k
views
Is it consider bad practice to formally document implementation code?
PEP-8 clearly states which parts of your code should have documentation:
Write docstrings for all public modules, functions, classes, and methods. Docstrings are not necessary for non-public methods,...