Hello! Kotlin's framework design convention says t...
# announcements
i
Hello! Kotlin's framework design convention says to set visibility modifiers & return types explicitly. Should I do same in the tests of the library?
s
I would think that is more up to personal preference
e
I do not see why would you want to do it tests, that is I do not see any benefit from doing it in tests. However, indeed, this is completely up to you to decide.