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
Is there any reason why we should discourage putting the conditional on a newline in this case? In the event that either the conditional or the statement is long, this allows breaking it onto multiple lines.
The text was updated successfully, but these errors were encountered:
Rubocop currently warns about this construct ("Place the condition on the same line as if"):
Is there any reason why we should discourage putting the conditional on a newline in this case? In the event that either the conditional or the statement is long, this allows breaking it onto multiple lines.
The text was updated successfully, but these errors were encountered: