Peter
11/25/2024, 8:07 AMval isPresent: Boolean get() = string.contains("smth")
.
I'm starting to wonder, if they should be avoided, since they hide the fact, that they can do some work. I feel like fun isPresent()
is more descriptive what it does.Sam
11/25/2024, 8:13 AMDaniel Pitts
11/26/2024, 12:51 AM