G
Guest
My ORM is responsible to map my tables to data object classes, but then I
face a big quizz: should I work with only this tier, putting all my complex
algorithms in this same tier, or should I create another tier, above this
DataObj class, to handle more abstract methods (rather than CRUD and
similars) ?
face a big quizz: should I work with only this tier, putting all my complex
algorithms in this same tier, or should I create another tier, above this
DataObj class, to handle more abstract methods (rather than CRUD and
similars) ?