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
This seems subjective to me and hard to make a recommendation for when to use one or the other.
Often I find that I'll split a threading macro onto multiple lines if I want to really emphasis what is happening. Other times I'll leave it on a single line if it's a trivial transformation, even if there is a functional call with arguments.
When threading a few calls single-argument calls that will fit within 80 characters, prefer a single line.
But when one of more functions takes arguments, split each call onto a separate line.
The text was updated successfully, but these errors were encountered: