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 13:29:15 +0200
Am 30.06.2004 um 13:08 schrieb Arthur Clemens:
Is there a strategy to split up my AppController class in smaller
chunks (separate class files that belong to AppController perhaps)?
If you just want to distribute the code to different files you can use
categories.
But 80 methods seem to be a lot for a single class. I'd think about
moving some functionality to separate classes.
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.