You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have good documentation - but we also have lots of classes and functions without any docstring documentation. About docstring documentation see https://www.python.org/dev/peps/pep-0257/
Why this is important:
We want to refactor a lot of code, especially concerning the new user interface.. Without documentation its very difficult to refactor.
We are an international team working on the whole codebase in a semi-chaotic way - everyone may work on any part of the code. Documentation helps a lot.
Its easier to easer to reuse code if you exactly know what it does.
The text was updated successfully, but these errors were encountered:
I started to write and extend docstrings in a branch docstring as I am learning django and using vp as a reference. Tell me if they are of help or what to change.
If you have documentation just commit and make a pull request - as long as you dont change functionality its safe to merge to develop branch: release early, release often! Would help me to understand the code too!
We have good documentation - but we also have lots of classes and functions without any docstring documentation. About docstring documentation see https://www.python.org/dev/peps/pep-0257/
Why this is important:
The text was updated successfully, but these errors were encountered: