I’m not getting why folks are bloating their internal namespaces so much with a bunch of functions. Nothing prevents from storing all the functions inside a companion object which would make ‘em static, and the code itself becomes much more readable. I’m just comparing to the idiomatic style of golang.
Is it some kind of a common JB holy approach or what ?
I do realize that it's vital to the stdlib and making calls as simple as possible, but why people are applying it elsewhere.