Re: Strings
Re: Strings
- Subject: Re: Strings
- From: "John C. Randolph" <email@hidden>
- Date: Wed, 13 Feb 2002 13:47:02 -0800
On Wednesday, February 13, 2002, at 06:03 AM, Ondra Cada wrote:
Ben,
Ben Jansen (BJ) wrote at Tue, 12 Feb 2002 23:23:01 -0800:
BJ> >C strings are bad. NSString is gooood.
BJ>
BJ> Perhaps, but std::string is better ;-P I suppose whether or
not you like
BJ> ASCII makes a difference, though.
BJ>
BJ> Actually, through my cursory looks at the documentation,
most of the
BJ> ObjC 'helper' classes are slightly under par compared to
the C++ STL and
BJ> Standard Library classes, in terms of overall functionality.
I don't know C++ libraries well enough to argue directly.
What I *do* know from 10+ years of experience is that I am
generally able to
prepare a comparable engine in considerably shorter time with
Foundation
than my colleagues do with C++, and that my code tends to be
shorter (in
average half the number of lines) and more stable. Therefore I
very doubt
that it would be as you said.
(And no, it is not that I happen to be a better programmer: the
same applies
for all others whom I know to use OpenStep.)
The way I usually put this is "We don't walk on water, we just
know where the rocks are." ;-)
-jcr
John C. Randolph <email@hidden> (408) 974-8819
Sr. Cocoa Software Engineer,
Apple Worldwide Developer Relations
_______________________________________________
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.
References: | |
| >Re: Strings (From: Ondra Cada <email@hidden>) |