docstrings #36
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
up-for-grabs
https://up-for-grabs.net/#/
when i first copy and paste method names from MDN page. i just turn the description of the method into a comment then start trying to make them work.
however later we have docstrings that looks like this
def somemethod(x,y,z):
""" some description of the method """
what I'd prefer is they all had proper docstrings and sometimes have been replacing them as I see them. so you will see a mix of both styles in the code. But feel free to help on that effort. they are quite quick to do. as you can auto gen the docstring. then as you start to type a description copilot usually does a semi decent job of finishing it. If you see any docstrings that are done like the example above. just feel free to change them to the proper ones as you go.
The text was updated successfully, but these errors were encountered: