Re: NSController revisited
Re: NSController revisited
- Subject: Re: NSController revisited
- From: Stéphane Sudre <email@hidden>
- Date: Tue, 4 Nov 2003 15:46:29 +0100
On Tuesday, November 4, 2003, at 03:25 PM, Aaron Hillegass wrote:
After many demonstrations of the power of NSController ("Aaron, this
app was 252,500 lines of code, but with NSController it is only 3!"),
I'm particularly interested by this point.
NSController(252,500) = 3;
Can it be possible to have the conversion ratio on the number of outlet
connections?
Because if you replace 252,500 lines of code with 3 (which I doubt is a
real case), doesn't it mean that you have added 2,500 connections in
your nibs?
The issue being that you can more easily find a bug in your code than
an issue in a connection. If you refer to the time you waste sometimes
figuring out why the app is not working when you just forgot to create
the connection between the V and the C.
_______________________________________________
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.