Describe the feature to be developed
The system should be documented well with comments and diagramms (e.g. class diagramms, sequence diagramms).
Additionally, it is required that the error handling is checked and all function parameters are called the same way (var_name = var_name) for better consistency.
Describe the Impact on the System
This will affect the whole code by looking through all files and commenting. No big changes to the code are expected, only additional error handlings are implemented.
Definition of Done
What needs to be done, before the Issue can be closed?
[ ] Linting Code to Python standard
[ ] Testing code with Pytest. All tests within the system should still be ok.
[ ] Removing all prints and test variables
[ ] Having comments on all lines
[ ] Calling all function parameters the same way (var_name = var_name)
Describe the feature to be developed The system should be documented well with comments and diagramms (e.g. class diagramms, sequence diagramms). Additionally, it is required that the error handling is checked and all function parameters are called the same way (var_name = var_name) for better consistency.
Describe the Impact on the System This will affect the whole code by looking through all files and commenting. No big changes to the code are expected, only additional error handlings are implemented.
Definition of Done What needs to be done, before the Issue can be closed?