The If...Else...End if block suggests nesting if statements if you want to stop evaluating tests with two criteria ``` If(MethodA) If(MethodB) ... End if End if ``` It might, instead, be a good time to remind the reader about short circuit operators.
The If...Else...End if block suggests nesting if statements if you want to stop evaluating tests with two criteria
It might, instead, be a good time to remind the reader about short circuit operators.