Skip to main content

All Questions

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,...
Chris's user avatar
  • 2,840