https://kotlinlang.org logo
#compose
Title
# compose
a

Adam Powell

05/21/2019, 3:39 PM
avoiding namespace pollution is implicit here since
@Composable
functions can only be called from other
@Composable
functions - yes, we don't want that pollution either 🙂
t

themishkun

05/21/2019, 3:43 PM
I know, but
state
is not a
@Composable
function
and also a very popular local variable name
a

Adam Powell

05/21/2019, 3:56 PM
the plan is for it to become a very related construct that plays by the same rules, part of dropping the unary + operator
15 Views