Duzzuti/passwd-manager

[NTH] Ensure code quality

Offen

#18 geöffnet am 01.06.2023

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)C++ (4 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (9 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide