Re: FIFOs.
Re: FIFOs.
- Subject: Re: FIFOs.
- From: "John C. Randolph" <email@hidden>
- Date: Mon, 20 Aug 2001 07:57:58 -0700
On Monday, August 20, 2001, at 07:34 AM, Ondra Cada wrote:
John,
John C. Randolph (JCR) wrote at Mon, 20 Aug 2001 07:20:34 -0700:
JCR> Well then, is NSEnumerator worth having? After all, it's just a
wrapper
JCR> around an index, isn't it?
Since it is *not* just a wrapper around an index (what's an index for
NSSet,
for example?), it is worth having.
Ah, but then why is it worth having enumerators for NSArrays?
My point re: FIFOs is that a FIFO implementation is something that many
people have to do over and over, and that for that reason it's
worthwhile to put a FIFO object in the foundation kit.
For a similar example, it's only about a line of code to expand the
tilde in a path or extract the filename extension, but my position is
that it's still worthwhile to have the NSPathUtilities category on
NSString in the AppKit.
I think you and I are simply not going to agree on this point, so I'm
going to drop the matter.
-jcr
"This is not a book to be tossed aside lightly. Rather, it should be
hurled with great force." -Dorothy Parker
References: | |
| >Re: FIFOs. (From: Ondra Cada <email@hidden>) |