Skip navigation.
 
mlRe: NSBrowser: so very, very broken
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.

Related mailsAuthorDate
mlNSBrowser: so very, very broken The Amazing Llama Jan 24, 09:04
mlRe: NSBrowser: so very, very broken Steve Gehrman Jan 24, 22:43
mlRe: NSBrowser: so very, very broken John C. Randolph Jan 25, 01:49
mlRe: NSBrowser: so very, very broken John C. Randolph Jan 25, 01:51
mlRe: NSBrowser: so very, very broken Clark Mueller Jan 25, 01:54
mlRe: NSBrowser: so very, very broken Jan Van Tol Jan 25, 05:33
mlRe: NSBrowser: so very, very broken Mark Levin Jan 25, 07:02
mlRe: NSBrowser: so very, very broken Richard Schreyer Jan 25, 07:17
mlRe: NSBrowser: so very, very broken j o a r Jan 25, 11:40
mlRe: NSBrowser: so very, very broken Clark Mueller Jan 25, 19:30
mlRe: NSBrowser: so very, very broken Andrew Thompson Jan 25, 20:36
mlRe: NSBrowser: so very, very broken Sheehan Olver Jan 25, 21:34
mlRe: NSBrowser: so very, very broken Clark Mueller Jan 26, 04:19
mlRe: NSBrowser: so very, very broken John C. Randolph Jan 26, 05:46