Yonatan Karp-Rudin
Yonatan Karp-Rudin

Yonatan Karp-Rudin

Follow
homeCode SmellsJVMSpring-BootAboutnewsletter
Tag

Testing

#testing

More content

Read more stories on Hashnode


Articles with this tag

Kotlin Code Smell 13 - Companion Object Functions

Dec 18, 20221 min read

Yet another global access coupled with laziness that cannot be mocked. ยท TL;DR: Companion object functions are globally available and cannot be replaced...

Kotlin Code Smell 13 - Companion Object Functions