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
spand
01/14/2020, 1:41 PM
I would think that is more up to personal preference
e
elizarov
01/14/2020, 1:46 PM
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.