Second draft of the style guide, feedback still we...
# codingconventions
d
yole: I think there is a typo
for (i in 0 until n) { ... }  // bad
should end with
// good
y
fixed already
👍 1