is it better to use `const val SOME_FIELD = "some-...
# getting-started
t
is it better to use
const val SOME_FIELD = "some-field"
in kotlin class then
companion object
or it is the same?
stackoverflow 1