```Foo(bar.prop.op1 {...}.op2 {...}.op3(...))``` o...
# codingconventions
h
Copy code
Foo(bar.prop.op1 {...}.op2 {...}.op3(...))
or
Copy code
bar.prop.op1 {...}.op2 {...}.op3(...).let(::Foo)
?
g
None of these, imho. Both require mental "parsing", so I'd rather prefer boring two separate statements.
👍 4