This actually makes a pretty big difference for certain parts of my app that utilize a filtered search for state representations to change icons - where I can organize the multiple conditions by the fastest comparison – a boolean – and not evaluate the complicated search:filtered.
short circuiting is much appreciated - I always wondered if this was implemented on the back end since you’re “building you’re own multi-conditional”.