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
Uh oh!
There was an error while loading. Please reload this page.
Should we always enforce
ifinstead, as it can lead to unreadable expressions?Right now, it should be always
<true statement to proceed> || <consequence>Which is nice for
return,continueorbreak. + forreturnyou can control the the output channel more.E.g.
Not 100% sure about it.
All reactions