Re: Sorry for another NEWBIE question
Re: Sorry for another NEWBIE question
- Subject: Re: Sorry for another NEWBIE question
- From: "Laurent Daudelin" <email@hidden>
- Date: Wed, 19 Nov 2003 14:04:35 -0500
On 19/11/03 12:28, "Michael Becker" <email@hidden> wrote:
>
What should I do? Put everything in the AppController or use as many
>
classes as possible?
You have to strike for the right balance to you, i.e. enough stuff in your
app controller and not too many classes or, as you put it, the communication
between all these objects will multiply. OO design always depend on a lot
of factors. Usually, I tend to keep my main controller in charge of
delegating application methods and such. All the rest is delegated to
specific controllers. With a few well thought-out methods, you can have a
good communication or flow between your objects. But, that comes with
experience...
-Laurent.
--
========================================================================
Laurent Daudelin Developer, Multifamily, ESO, Fannie Mae
mailto:email@hidden Washington, DC, USA
************************ Usual disclaimers apply ***********************
_______________________________________________
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.