we're following the precedent set by many other la...
# intellij
y
we're following the precedent set by many other languages, e.g. https://google.github.io/styleguide/javaguide.html#s4.6.2-horizontal-whitespace
b
yole: Ok. But java’s
for if catch
differ from kotlin's in a way that kotlin's implementations are more like functions, right? And also, having separate white spacing for keywords seems like a rest from when IDEs didn’t give that distinction in color.
y
yes, it's true that the code style should probably allow spaces before parentheses in calls of functions that take lambdas as parameters, such as
with