Join Slack
Powered by
What is your naming conventions for classes with e...
# codingconventions
g
ghedeon
04/28/2018, 7:41 PM
What is your naming conventions for classes with extensions? Let say there is class
Foo
and you have a file with extension functions that belong exclusively to
Foo
. Would you name it
Foo.kt
as well or rather
FooExt.kt
?
2
Views
Open in Slack
Previous
Next