@julian not sure which language this is, but isn't there any sort of short-circuiting on `if`?
-
@julian not sure which language this is, but isn't there any sort of short-circuiting on `if`?
`if condition1 && condition2` should immediately stop if condition1 is false, leaving condition2 never evaluated