Re: Store a file vs create on the fly?

2011-01-20 Thread Conrad Shultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/20/11 2:21 AM, Uli Kusterer wrote: > On Jan 19, 2011, at 2:30 AM, Jeremy Matthews wrote: >> So I have a simple app which, in essence, creates a text file with >> some items determined by the user (kind of like an old-fashioned >> Mad Libs page). M

Re: Store a file vs create on the fly?

2011-01-20 Thread Uli Kusterer
On Jan 19, 2011, at 2:30 AM, Jeremy Matthews wrote: > So I have a simple app which, in essence, creates a text file with some items > determined by the user (kind of like an old-fashioned Mad Libs page). Most of > the file does not change...I just change a few portions based upon checkbox > stat

Re: Store a file vs create on the fly?

2011-01-18 Thread Eric Gorr
It doesn't seem to me tha it will really matter based on your description. But, I'd probably go with storing it within your app bundle. This way I could make changes to the file without a recompile. On Jan 18, 2011, at 8:30 PM, Jeremy Matthews wrote: > So I have a simple app which, in essence,

Store a file vs create on the fly?

2011-01-18 Thread Jeremy Matthews
So I have a simple app which, in essence, creates a text file with some items determined by the user (kind of like an old-fashioned Mad Libs page). Most of the file does not change...I just change a few portions based upon checkbox states, textfield contents, etc. Question is: should I have that