EnAccess/OpenSmartMeter

Code Refactor: Verbose variable naming

开放

#84 创建于 2023年7月5日

 (0 条评论) (0 个反应) (0 位负责人)HTML (21 个派生)auto 404
firmwaregood first issue

仓库指标

星标
 (27 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南