Weird that all `Composables` are PascalCase except...
# compose
a
Weird that all
Composables
are PascalCase except some, like
updateTransition
, which is camelCase.
j
Composables with a return value are verbs and lower case.
Composables which emit UI are nouns and uppercase.
a
Hmm, that makes sense. Thanks Jim!
👍 2
(if you're interested)
a
Lol, I really should've read that document 😄 Thank you for the background!