We should populate all functions with docstrings, especially those that are frequently used across the code. This will allow users to hover over the function in their IDE, see all inputs to the function and the brief description. We can also auto-generate documentation if we pick a standard docstring format. Something to discuss in a future meeting.
We should populate all functions with docstrings, especially those that are frequently used across the code. This will allow users to hover over the function in their IDE, see all inputs to the function and the brief description. We can also auto-generate documentation if we pick a standard docstring format. Something to discuss in a future meeting.