Join Slack
Powered by
Second draft of the style guide, feedback still we...
# codingconventions
y
yole
05/26/2017, 2:58 PM
Second draft of the style guide, feedback still welcome:
https://github.com/JetBrains/kotlin-web-site/blob/636fe9e9d799eaa1e5c9d02b838f45aab1a13af2/pages/docs/reference/coding-conventions.md
d
Dmitry Kandalov
05/26/2017, 5:55 PM
yole: I think there is a typo
for (i in 0 until n) { ... } // bad
should end with
// good
y
yole
05/26/2017, 5:55 PM
fixed already
👍 1
Open in Slack
Previous
Next