Closed zeroeightysix closed 4 years ago
From the official kotlin coding conventions:
If a file contains multiple classes, or only top-level declarations, choose a name describing what the file contains, and name the file accordingly. Use the camel case with an uppercase first letter (for example, ProcessDeclarations.kt).
main.kt
Main.kt
server.kt
Server.kt
From the official kotlin coding conventions:
main.kt
toMain.kt
server.kt
toServer.kt