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
Not sure what the convention is for obfuscating the functions from developers, but functions like serializeIndex, deserializeIndex should be more clear that they shouldn't be used.
I don't think there is any reason why they need to be exposed so either moving them out of the class so they aren't exposed or prefixing with _ or internal should probably be done.
The text was updated successfully, but these errors were encountered:
Not sure what the convention is for obfuscating the functions from developers, but functions like
serializeIndex
,deserializeIndex
should be more clear that they shouldn't be used.I don't think there is any reason why they need to be exposed so either moving them out of the class so they aren't exposed or prefixing with
_
orinternal
should probably be done.The text was updated successfully, but these errors were encountered: