Should await
automatically manage parentheses like return
?
#275
Labels
F: parentheses
Too many parentheses, not enough parentheses, and so on.
S: needs discussion
Needs further hashing out before ready for implementation (on desirability, feasibility, etc.)
T: style
What do we want Blackened code to look like?
On a first glance, it would be better. On another though,
await
is an expression which can potentially complicate formattings that are now rather simple.Alternatively,
await
should be ignored by an existing bracket pair for purposes of splitting on delimiters, enabling for example fluent interfaces.The text was updated successfully, but these errors were encountered: