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
It's easy to do #if a && b by doing two ifs… but it's super hard to do the else inversion when you only need to do it #unless a || b etc. … Leads to scary repetition, and the helpers are super easy one liners (even though their nested use get a bit scary sometimes, but… well… 🚀?)
The text was updated successfully, but these errors were encountered:
It's easy to do
#if a && b
by doing two ifs… but it's super hard to do theelse
inversion when you only need to do it#unless a || b
etc. … Leads to scary repetition, and the helpers are super easy one liners (even though their nested use get a bit scary sometimes, but… well… 🚀?)The text was updated successfully, but these errors were encountered: