Avoiding Condtionals?
Published on
Published on
This may seem impossible at first, but it's not. The Clean Code concept of "a function should only do one thing", conflicts with an if
statement telling your user that your function does more than one thing.