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
owned expresses the intention well, but is not consistent with read and mut (owned is an adjective, while read and mut ("mutate" abbreviation) are verbs). Renaming owned -> own will solve this and also shorten the name to match the length of the rest.
Any other details?
No response
The text was updated successfully, but these errors were encountered:
Review Mojo's priorities
What is your request?
Rename
owned
->own
Before:
After:
What is your motivation for this change?
owned
expresses the intention well, but is not consistent withread
andmut
(owned
is an adjective, whileread
andmut
("mutate" abbreviation) are verbs). Renamingowned
->own
will solve this and also shorten the name to match the length of the rest.Any other details?
No response
The text was updated successfully, but these errors were encountered: