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.

貢獻者指南