HASKI-RAK / HASKI-Backend

This is the Backend System for our HASKI project.
GNU Lesser General Public License v2.1
4 stars 1 forks source link

Documentation and Refactoring #38

Open MarcNor opened 1 year ago

MarcNor commented 1 year ago

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?