Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#205·clean-code-php

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

View original on GitHubView discussion on GitHub