Join Slack
Powered by
Hallo there. I'm curious as to whether there are a...
# 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
maybe relevant topic:
https://kotlinlang.slack.com/archives/C0B8MA7FA/p1699377547459609
s
stantronic
11/15/2023, 10:55 AM
thanks
Open in Slack
Previous
Next