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
- don't use temporary variables we don't need
- don't use if ! { } else { } but if { } else { } and change the blocks around
- don't box native strings
0 commit comments