You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever there is a conditional branch with a logical disjunction or conjunction, reorder the terms so that all variables are evaluated first to hopefully short-circuit the expression and avoid any expensive method calls.