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
{{ message }}
This repository has been archived by the owner on Dec 2, 2018. It is now read-only.
We should have a particular opinion on formatting of functions. Below is a starting point for discussion.
Short enough to fit on one line (i.e. declaration plus indentation level is within the line-length threshold):
And if it is longer than one line, split it into multiple lines:
This second example happens to include nested functions. What happens if those get too long? Here's a really over-the-top example:
The text was updated successfully, but these errors were encountered: