Replies: 1 comment
-
I like this idea of teaching docstrings as well. This is standard practice now in most 1st year CS courses in college and would require little change in the curriculum. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Python has something called a docstring to add documentation to a function in a standardized way.
3.02 shows this:
Instead, I would recommend this:
Many IDEs will know about docstrings and display them as you write code.
Beta Was this translation helpful? Give feedback.
All reactions