I think I started overusing trailing commas in Kot...
# codingconventions
p
I think I started overusing trailing commas in Kotlin using them wherever I might benefit from shorter diffs in the future. What are your rules to limit trailing commas, keeping codebase clean?
e
my simple rule: multiline = trailing commas
👍 9
m
My too, I love them 😄