Re: Strategy to split up large class files?
Re: Strategy to split up large class files?
- Subject: Re: Strategy to split up large class files?
- From: Andreas Mayer <email@hidden>
- Date: Wed, 30 Jun 2004 16:36:40 +0200
Am 30.06.2004 um 14:29 schrieb Arthur Clemens:
And in AppController, I would need to change oRegistrationWindow to
[mRegistration window]. Is this the way to go?
This is _one_ way to do it, yes.
BTW: In Cocoa it is recommended to _not_ use prefixes for certain
variable types.
So that would be registrationWindow or registrationWindowController
etc.
Andreas
_______________________________________________
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.