Re: CamelBones
Re: CamelBones
- Subject: Re: CamelBones
- From: Sherm Pendley <email@hidden>
- Date: Thu, 29 Apr 2004 16:46:30 -0400
On Apr 29, 2004, at 2:19 PM, Pierre Vaudrey wrote:
I have written a simple test application modeled from the Data Access
example from CamelBones site.
The opening of the csv file is made in the sub new of MyDatasource
package :
...
After updating the values at the GUI level the saveAs is done
according the saveData sub of the same MyDatasource package:
...
Is this design the right way ?
Looks kosher to me. The MyDatasource class is a Model class in the
Model-View-Controller design pattern, So, that would the proper class
in which to put the read/write methods.
sherm--
_______________________________________________
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.