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
RemoveSpace is a descriptive function name but redundant to a user. A user will type blank.RemoveSpace.
This can be simplified to blank.Remove for less visual noise, less typing, a clear and concise name, and congruence with the other function names (blank.Is and blank.Has).
The text was updated successfully, but these errors were encountered:
RemoveSpace
is a descriptive function name but redundant to a user. A user will typeblank.RemoveSpace
.This can be simplified to
blank.Remove
for less visual noise, less typing, a clear and concise name, and congruence with the other function names (blank.Is
andblank.Has
).The text was updated successfully, but these errors were encountered: