https://kotlinlang.org logo
#codereview
Title
# codereview
s

stantronic

11/15/2023, 10:47 AM
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

Riccardo Lippolis

11/15/2023, 10:48 AM
s

stantronic

11/15/2023, 10:55 AM
thanks