Duzzuti/passwd-manager

[NTH] Ensure code quality

オープン

#18 opened on 2023/06/01

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (4 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

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

説明

We should ensure that functions should have two properties:

  1. The name is relevant for what they do
  2. The function does one single thing.

Specially if we notice that property number 2 isn't fulfilled we should split the function into as many different things is doing. Following this idea makes the code much easier to read and debug.

  • Difficulty (1-10): 2

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