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
mustGet would allow me to safely rely on a key existing and produce an error instead of requiring more complex logic to check if the return value is an empty string or not.
additionally, an empty string may be a valid value, and thus, it would be hard to differentiate without combining get with hasKey
The text was updated successfully, but these errors were encountered:
mustGet
would allow me to safely rely on a key existing and produce an error instead of requiring more complex logic to check if the return value is an empty string or not.additionally, an empty string may be a valid value, and thus, it would be hard to differentiate without combining
get
withhasKey
The text was updated successfully, but these errors were encountered: