FROM : Sheehan Olver
DATE : Sat Jan 25 21:34:18 2003
Couldn't you just split it into two classes, one deprecated (say
"NSBrowserView" having an updated interface while "NSBrowser" is
deprecated?) You could also just have NSBrowser extend from
NSBrowserView, solving some of the issues involved, though I guess
there may be some problems since the inherency graph is public
information. To me, its better to move a framework forward, and usually
you can keep legacy code still working. The more consistent and
complete Cocoa is, the more attractive it will be two new developers.
That being said, I haven't had any issue implementing an NSBrowser, so
I can certainly see how this isn't exactly top priority.
On Friday, January 24, 2003, at 11:38 PM,
<email_removed> wrote:
> There's a bit of a problem with simplifying the API of an existing
> class like NSBrowser, since doing so has the danger of breaking
> existing code.
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
DATE : Sat Jan 25 21:34:18 2003
Couldn't you just split it into two classes, one deprecated (say
"NSBrowserView" having an updated interface while "NSBrowser" is
deprecated?) You could also just have NSBrowser extend from
NSBrowserView, solving some of the issues involved, though I guess
there may be some problems since the inherency graph is public
information. To me, its better to move a framework forward, and usually
you can keep legacy code still working. The more consistent and
complete Cocoa is, the more attractive it will be two new developers.
That being said, I haven't had any issue implementing an NSBrowser, so
I can certainly see how this isn't exactly top priority.
On Friday, January 24, 2003, at 11:38 PM,
<email_removed> wrote:
> There's a bit of a problem with simplifying the API of an existing
> class like NSBrowser, since doing so has the danger of breaking
> existing code.
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
| Related mails | Author | Date |
|---|---|---|
| The Amazing Llama | Jan 24, 09:04 | |
| Steve Gehrman | Jan 24, 22:43 | |
| John C. Randolph | Jan 25, 01:49 | |
| John C. Randolph | Jan 25, 01:51 | |
| Clark Mueller | Jan 25, 01:54 | |
| Jan Van Tol | Jan 25, 05:33 | |
| Mark Levin | Jan 25, 07:02 | |
| Richard Schreyer | Jan 25, 07:17 | |
| j o a r | Jan 25, 11:40 | |
| Clark Mueller | Jan 25, 19:30 | |
| Andrew Thompson | Jan 25, 20:36 | |
| Sheehan Olver | Jan 25, 21:34 | |
| Clark Mueller | Jan 26, 04:19 | |
| John C. Randolph | Jan 26, 05:46 |






Cocoa mail archive

