FROM : I. Savant
DATE : Fri Nov 09 23:52:58 2007
> NSString *projectName;
...
> [projectName initWithString:[title
> substringToIndex:realLength]];
Unless you have a very good reason not to, alloc and init... at the
same time. This advice is repeated constantly and should not be
ignored. :-)
--
I.S.
DATE : Fri Nov 09 23:52:58 2007
> NSString *projectName;
...
> [projectName initWithString:[title
> substringToIndex:realLength]];
Unless you have a very good reason not to, alloc and init... at the
same time. This advice is repeated constantly and should not be
ignored. :-)
--
I.S.
| Related mails | Author | Date |
|---|---|---|
| Gregor Brandt | Nov 9, 23:45 | |
| John Stiles | Nov 9, 23:51 | |
| I. Savant | Nov 9, 23:52 | |
| Gregor Brandt | Nov 9, 23:56 |






Cocoa mail archive

