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
The format() call mutates the object passed as params, which is unexpected for the caller.
IMHO, when not an exception, format() should just return a formatted string value for the passed parameters, and have no side-effects such as mutating the passed arguments.
The text was updated successfully, but these errors were encountered:
The
format()
call mutates the object passed asparams
, which is unexpected for the caller.IMHO, when not an exception,
format()
should just return a formatted string value for the passed parameters, and have no side-effects such as mutating the passed arguments.The text was updated successfully, but these errors were encountered: