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
So, the question is how to go about long if's, how to indent them, space them, multiline them (in livescript ofc) or this is not possible/resonable/smart enough etc?
The text was updated successfully, but these errors were encountered:
For example, if you have some if:
It's rather long and with more indenting inside some function function with tabs/spaces...
readability (of this line) should be broken, eventually..
On the other hand, having this javascript code:
looks better, right?
So, the question is how to go about long if's, how to indent them, space them, multiline them (in livescript ofc) or this is not possible/resonable/smart enough etc?
The text was updated successfully, but these errors were encountered: