when defining extension functions for a class (out...
# getting-started
y
when defining extension functions for a class (outside of the class definition), is it idiomatic to use
this
? or should I omit it?
j
I don’t see any issue in using
this
if you think it can bring clarity to your code. But it clear isn’t necessary
in a more idiomatic way, I see
this
used only when necessary
🫡 1
👍 2