Conditions
What's the idiomatic way to write conditional branches using
Or using generators it is better to
Or use imperative
when/unless?Or using generators it is better to
yield something without worrying the result if it is not needed?Or use imperative
if/else based on results?