What is the recommendation to use/not use "this" in an extention function, because in many cases it could be ommited?
I read the Kotlin style guide and didn't find any information about it.
s
sindrenm
06/03/2019, 11:57 AM
IMO, if you find it more readable to prepend with
this.
, then do it. I don't think there are any hard rules on it. simple smile