Can extension functions, which are offered by Kotl...
# announcements
i
Can extension functions, which are offered by Kotlin, be seen as a replacement for Utility classes and by that utility methods? At least most of the time not always
k
Yes, that's basically the point.
l
Old habits die hard, I put extensions in files like
StringUtils.kt
p
@LeoColman I don't think it is a bad practice. You keep and maintain code in single place, furthermore you can split extension fun by Target or responsibility