https://kotlinlang.org logo
d

dmitry.petrov

02/19/2016, 2:24 PM
I suppose that if you mix that long chained call with some another "cute" idiom like
x.foo(y.bar(z.baz(xyzzy, quux, foobar, blabla ?: continue), <another 10 parameters>))
it would be just as bad. So, I suppose
blabla?
itself is not an issue here.