What is your opinion on (conditional) branching in your code?
Conditional branching includes things like (non-trivial) if statements, for statements, etc.
@urusan I used to be okay with branching, but then I discovered pattern matching. Oh how I wish ECMAScript had pattern matching standard…