-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Immutability #7
Comments
(and the |
The main issue here is about performance. For many cases it could be too On the other hand, it would be nice to have these method be fluent.
|
I see, it makes sense thanks for the answer. |
We have it ... |
what do we have? Not sure to understand what you refer to here On Mon, Aug 18, 2014 at 7:37 PM, Joe Watkins notifications@github.com
Pierre |
UString is immutable |
What do you think about making strings immutable? I.e. methods would always return the result without modifying the original object.
It would make much more sense IMO.
For example:
Here
$str
would be modified, which is confusing.The text was updated successfully, but these errors were encountered: