Re: How to organize an app
Re: How to organize an app
- Subject: Re: How to organize an app
- From: Ruben Smits <email@hidden>
- Date: Thu, 3 Oct 2002 08:30:56 +0200
I understand your question is what information you should place in what
class? You say specially your data seems a problem?
In case of the example you give of the number drawing, there is so
little data I think you can leave the data-class out. In case you have
a calendar in your application, there is more data. In most cases you
will put all information in a data-class, that should be saved (member
variables) while the application is running. (maybe in your case a
member and accessor methods for "current date"?)
HTH
Ruben
_______________________________________________
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.