Join Slack
Powered by
I usually put a single public (extension) function...
# codingconventions
m
mg6maciej
06/14/2017, 12:55 PM
I usually put a single public (extension) function per file and name it the same as function except PascalCase, e.g.
fun assertAll
would go into
AssertAll.kt
.
k
kirillrakhman
06/14/2017, 2:24 PM
mg6maciej: Really? Do you know that you're generating a class per file?
m
mg6maciej
06/14/2017, 2:32 PM
Is this a problem?
3
Views
Open in Slack
Previous
Next