Duzzuti/passwd-manager

[NTH] Ensure code quality

开放

#18 创建于 2023年6月1日

 (1 条评论) (0 个反应) (0 位负责人)C++ (4 个派生)auto 404
enhancementgood first issue

仓库指标

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

描述

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

贡献者指南