Is there a valid case where do we want to have com...
# compose
m
Is there a valid case where do we want to have composable parameter unstable? I was doing some experiments with compose metrics and was thinking if this is something that we want to always avoid. Also isn't there some tool that is able to report this as a lint? If not, do you think if it would be possible to use these reports as a base for ktlint or detekt extension?
b
I talk about this a bit in my ADS talk.

https://www.youtube.com/watch?v=ahXLwg2JYpc

tl/dw Write a benchmark to see if your optimisations are actually making a difference. You might find that a lot of them are neutral in terms of performance gains and are just making your code more complex.