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
It seems that although the presence of a bool flag causes the parsed value to be true, the absence of a bool flag causes the parsed value to be undefined (unless default:false is explicitly set).
Wouldn't it make more sense for boolean flags to have a default-default value of false?
It seems that although the presence of a bool flag causes the parsed value to be
true, the absence of a bool flag causes the parsed value to beundefined(unlessdefault:falseis explicitly set).Wouldn't it make more sense for boolean flags to have a default-default value of
false?