assert like expression <expr> || { do; }
#5
Unanswered
fentas
asked this question in
Styleguide
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Should we always enforce
if
instead, as it can lead to unreadable expressions?Right now, it should be always
<true statement to proceed> || <consequence>
Which is nice for
return
,continue
orbreak
. + forreturn
you can control the the output channel more.E.g.
Not 100% sure about it.
Beta Was this translation helpful? Give feedback.
All reactions