Re: Strings
Re: Strings
- Subject: Re: Strings
- From: Ondra Cada <email@hidden>
- Date: Wed, 13 Feb 2002 15:03:32 +0100
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.)
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
2K Development: email@hidden
http://www.2kdevelopment.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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: Ben Jansen <email@hidden>) |