Join Slack
Powered by
<@U092N7GGG> in <http://kotlinlang.org/docs/refere...
# kontributors
k
kirillrakhman
10/20/2016, 7:44 AM
@yole
in
http://kotlinlang.org/docs/reference/basic-syntax.html
, loops and conditions use the syntax
Copy code
if (...) doSomething()
in my code and in the kotlin codebase, it seems to be the rule to put short expressions on the same line and use braces otherwise. do you think it should be adapted in the docs, too?
Open in Slack
Previous
Next