EnAccess/OpenSmartMeter

Code Refactor: Verbose variable naming

Aberta

#84 aberto em 5 de jul. de 2023

 (0 comentário) (0 reação) (0 responsável)HTML (21 forks)auto 404
firmwaregood first issue

Métricas do repositório

Stars
 (27 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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.

Guia do colaborador