Usually, if it’s a function with no parameters, I ...
# announcements
c
Usually, if it’s a function with no parameters, I tend to make it a val but that brings the question of the difference between
fun f()
and
val f get() =