Re: Massive stored proc data base operation to DDD
| Newsgroups | gmane.comp.programming.domain-driven-design |
|---|---|
| Message-ID | <[email protected]> |
Thanks Juan for asking. The classification is needed for a product which can be done via a spec. But my concern is about the persistence aspect of the state changes. If there is only one product or 10 or 100 there is no problem I see. But thinking about a million products which need to be classified and save it's state will take time which is the concern. ---In [email protected], <agile@...> wrote : Hi Varghese, What do you need the classification for? If you are taking a DDD approach maybe you can define a Specification for vegetable and use it when the classification is needed. Regards Juan