EnAccess/OpenSmartMeter

Code Refactor: Verbose variable naming

Ouverte

#84 ouverte le 5 juil. 2023

 (0 commentaire) (0 réaction) (0 personne assignée)HTML (21 forks)auto 404
firmwaregood first issue

Métriques du dépôt

Stars
 (27 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur