EnAccess/OpenSmartMeter

Code Refactor: Verbose variable naming

Offen

#84 geöffnet am 05.07.2023

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)HTML (21 Forks)auto 404
firmwaregood first issue

Repository-Metriken

Stars
 (27 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

The firmware source code uses a lot of abbreviated variable names, which are not immediately clear to the reader what they stand for. Few examples are, ind1, ind2, dt, c_chek.

Use verbose naming of variables to make the code structure easier to follow.

Contributor Guide