DEV Community

Discussion on: Kotlin - The Good, the Bad and the Ugly

Collapse
 
eric_wilson_644bcce9ac4eb profile image
Eric Wilson

Just want to agree that static methods can be useful. One argument against them is in testing you cannot override them to return a fake value. But they are often convenient, especially as utility functions. But I could probably live without them okay.