Re: Using NSMutableString* for NSString* result
Re: Using NSMutableString* for NSString* result
- Subject: Re: Using NSMutableString* for NSString* result
- From: j o a r <email@hidden>
- Date: Fri, 3 Oct 2003 18:34:23 +0200
It was actually only the internal reference to the string that was
named myMutableString (and only in the text, not in the method
examples), the method was named getSomeFancyString...
j o a r
On 2003-10-03, at 18.04, Laurent Daudelin wrote:
And, btw, if this is your intent, returning an immutable version of
your
string, you shouldn't call your method 'myMutableString' because it
implies
that the string returned will be mutable, i.e. modifiable.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.