So it's a bad a idea to chain such deconstructive ...
# announcements
a
So it's a bad a idea to chain such deconstructive methods together?
d
Can you please specifiy what you mean by "deconstructive"?
g
If I understand you correctly, you talking about nesting of lambda with receiver. IMO it depends on case. I consider bad practice to nest lambda with default
it
param, but for lambda with receiver it’s sometimes not confusing and reasonable, but be careful name conflict
a
I was implying (T.() -> R) type of lambdas
as deconstructive, since no
it
inside them
g
T.() Is lambda with receiver