In case anyone else missed it: <https://youtrack.j...
# announcements
s
In case anyone else missed it: https://youtrack.jetbrains.com/issue/KT-34743 🎊 Trailing commas !
🎉 5
K 2
d
The only good feature in JavaScript 🧌
😆 4
s
Still, this is a feature because of other tools shortcoming (ie diffing not being able to handle trailing commas)…
👆 1
s
I wouldnt say so. It is a feature because it makes kotlin work better with general tools. The alternative to expect all diffing tools in the world to special case Kotlin is almost as crazy as not using text files for source code.
z
Not supporting trailing commas isn't a special case, lots of languages don't support them.
d
It's thinks like this that makes Kotlin feel like _m_y language