You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve code to avoid reliance on computation of length
The `length` of a String is expensive to compute, and the `length` of a `Stateful` is deprecated. It does not appear to be necessary to compute however.
0 commit comments