Join Slack
Powered by
When using enums in compose, would you recommend u...
# compose
z
Zoltan Demant
09/17/2021, 7:06 AM
When using enums in compose, would you recommend using
remember
on
Enum.values()
such that a new array isnt created on each recomposition, or am I over-optimizing?
f
Felix Schütz
09/17/2021, 7:21 AM
I would not worry about it before profiling shows it to be a problem.
👍 1
👍🏽 1
☝🏻 1
4
Views
Open in Slack
Previous
Next