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
As mentioned here, we currently have a lot of magic strings ("case", "cases", "data", "len", "vtable" etc.). We should put them into constants to avoid problems with them being misspelled somewhere.
As mentioned here, we currently have a lot of magic strings ("case", "cases", "data", "len", "vtable" etc.). We should put them into constants to avoid problems with them being misspelled somewhere.