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
Right now, methods like owner_name and id return strings. We could be strictly more accurate and return wrappers around String, like Username and ObjectId.
My main reasoning not to do this is that it'll all be serialized and deserialized in between ticks anyways, but that's not a very strong argument.
The text was updated successfully, but these errors were encountered:
Right now, methods like
owner_name
andid
return strings. We could be strictly more accurate and return wrappers aroundString
, likeUsername
andObjectId
.My main reasoning not to do this is that it'll all be serialized and deserialized in between ticks anyways, but that's not a very strong argument.
The text was updated successfully, but these errors were encountered: