generated from mwc/lab_iteration
I probably will, but I'm still not 100% confident that I know the use-case for a docstring versus a comment. The quick Google search I did was "comments explain how code works, docstrings explain what a piece of code does" but that kind of sounds like the same thing to me? Either way, documentation is super important and while I try to solve a lot of readability by appropriatly naming variables/functions, somethings a note to myself (let alone someone else) is really needed to make the code usable again in a timely manner a year/month/week/day later.
Description
No description provided
Languages
Python
100%