<https://github.com/JetBrains/kotlin-web-site/blob...
# codingconventions
m
https://github.com/JetBrains/kotlin-web-site/blob/yole/styleguide/pages/docs/reference/coding-conventions.md#choosing-good-names Good addition is that form of the method can suggest if method is mutating the object or returning new. For instance
sort
is sorting collection while
sorted
is returning sorted copy of the collection.
y
added, thanks!