Join Slack
Powered by
I love using `val Foo.bar get() = ...` but I worry...
# codingconventions
h
Hullaballoonatic
10/23/2018, 3:32 PM
I love using
val Foo.bar get() = ...
but I worry it is confusing because it implies
bar
is constant in a way. should i instead use
fun Foo.bar() = ...
?
Open in Slack
Previous
Next