How to handle un/happy paths
Author: szepeviktorCreated Jun 19, 2022Updated Jun 20, 2022
if (error) unhappy path;
happy path;Happy path should not be in a conditional.
Would you welcome a PR?
Source: piotrplenik/clean-code-php
if (error) unhappy path;
happy path;Happy path should not be in a conditional.
Would you welcome a PR?
Source: piotrplenik/clean-code-php