EnAccess / EnAccess/OpenSmartMeter
Code Refactor: Verbose variable naming
Open
firmware
good first issue
- Dominant language
- HTML
- Stars
- 27
- Forks
- 23
- PR merge metrics
- No merged PRs in 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.
Contributor guide
Assessment
This issue has not been assessed yet.