EnAccess/OpenSmartMeter

Code Refactor: Verbose variable naming

オープン

#84 opened on 2023/07/05

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)HTML (21 件のフォーク)auto 404
firmwaregood first issue

Repository metrics

Stars
 (27 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド