EnAccess/OpenSmartMeter

Code Refactor: Verbose variable naming

Open

#84 opened on Jul 5, 2023

 (0 comments) (0 reactions) (0 assignees)HTML (21 forks)auto 404
firmwaregood first issue

Repository metrics

Stars
 (27 stars)
PR merge metrics
 (PR metrics pending)

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.

Contributor guide