Clockmender / Precision-Drawing-Tools

Precision Drawing Tools (PDT) Add-on for Blender 2.8 and above
GNU General Public License v3.0
144 stars 16 forks source link

Not all functions / methods in PDT have docstrings? #5

Closed ermo closed 4 years ago

ermo commented 4 years ago

Describe the bug When reviewing the code, it appears that some of the functions do not have docstrings. This is a technical debt that makes code maintenance more difficult.

Expected behavior All functions and methods should have appropriate docstrings.

Clockmender commented 4 years ago

I'll put the basics in for review, then you can comment/amend before we commit them to the next release.

Clockmender commented 4 years ago

I think these are all done now.