• 1 Post
  • 1 Comment
Joined 2 years ago
cake
Cake day: August 4th, 2023

help-circle
  • Yup, use docstrings and be descriptive. Learn by reading docstrings in other codebases. (Django’s codebase is always an excellent example of how to do Python, including how to do docstrings.) a) Anyone who sees your code will thank you and b) if you can’t explain it in human language, you probably don’t understand it well enough to implement it well.