This is incorrect, is it not? Firstly, I cannot id...
# compose
m
This is incorrect, is it not? Firstly, I cannot identify this quote cited by ChatGPT. Secondly,
@Composable
functions don’t have identities that are relevant to Compose, groups do. Lastly, groups are emitted via a
Composer
to a
Composition
. so if anything can be said to record and persist the identities of groups, the
Composition
would be it, wouldn’t it?
k
Arguing against ChatGPT isn’t productive
m
I have no choice but to rely excessively on AI since most explanations on the Compose internals just muse that a composer composes composables into a composition on compose per the recomposer and call it a day
s
https://jorgecastillo.dev/book/ was great when it came out, and I believe most of it is still very relevant today.