Hallo there. I'm curious as to whether there are a...
# codereview
s
Hallo there. I'm curious as to whether there are any good conventions for naming files with extension functions. Say I had a file with one extension function in it
fun MyClass.Companion.create()
what is best to call the file?
MyClassCreate.kt
/
MyClass_create.kt
r
s
thanks