I haven't worked on this project since school started. It's finals week so I thought I should start this project again.
I think I may have bitten off more than I can chew with this project. It's become larger and more complicated than I initially imagined. So the first step is to review the goal of the project.
Goal:
To make developing Database Objects easier by having many of the details taken care by the object it's self. A developer with little skill should be able to create an object that inherits from the DBObject and start using it.
Step 1:
I find the most repetitive part of developing database objects has been filling out the object. I have to make a loop to read the DataReader, and convert the columns to their proper types before assigning them to the object.
I could have a lot of time and error prone code, if the object would preform this task it's self.
So this is where I'm going to restart. If I remember correctly, I either almost had this functionality already, or was very close to having it. Once I've verified it, then I can think about step 2.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment