EnAccess/OpenSmartMeter

Code Refactor: Verbose variable naming

Aperta

#84 aperta il 5 lug 2023

 (0 commenti) (0 reazioni) (0 assegnatari)HTML (21 fork)auto 404
firmwaregood first issue

Metriche repository

Star
 (27 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor