voddan
05/25/2016, 7:07 PMtailrec fun mandelbrot(..): Int? = when {...}
. The intend of the function is very clear (thanks to FP), but all together the parameter list and the when
being an expression creates a visual mess.
I wonder what is your take on Kotlin formatting?