Trying to get to work.
Mar. 27th, 2009 05:52 pmSo, I haven't done much on my iDream project since starting it, due in large part to the fact that it was a monumental project that jumped out of control. I am going to work on bringing that back into a more manageable state. Mostly, today/tonight I need to work on a direction document, something to set up how I want the project to go. I can't be a very good project manager if I'm not giving direction to those people working on the project now can I? So, with that in mind, I have a list of things that need to be addressed:
- Code Style: It is a GC Required application, there should be no usage of the release/retain methods.
- Code Style: Unless absolutely necessary for security purposes, instance variables need to be declared protected.
- Data Persistence: CoreData objects are the primary method for data to disk persistence.
