Categories and splitting an app into logical blocks.
Categories and splitting an app into logical blocks.
- Subject: Categories and splitting an app into logical blocks.
- From: Тимофей Даньшин <email@hidden>
- Date: Fri, 15 May 2009 23:57:07 +0400
Hello.
Suppose, I have an app that, for example, works with a database. It
can write to the db, it can select things. There is a class that works
with the database, a class that controls that class and a class that
interacts with the gui. And, of course, there is some testing code in
all the three "layers".
Is it a good idea to split all those classes into categories for
writing, reading and testing? For example, Database (Writing),
Database(Reading), Database(Testing) and so on? Or is it a silly thing
to do for some reason?
Thank you in advance for your replies.
Timofey.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden