DDD and avoiding CRUD
        Posted  
        
            by 
                g_b
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by g_b
        
        
        
        Published on 2014-05-31T13:23:33Z
        Indexed on 
            2014/05/31
            21:27 UTC
        
        
        Read the original article
        Hit count: 185
        
domain-driven-design
It seems that on most articles I read, CRUD is to be avoided in DDD as we are dealing with modeling business process and not data. However, I find it hard to see not to have CRUD operations on certain entities. For example, in a school grading system, before teachers can grade students, a SchoolYear has to be present or perhaps a GradingPeriod. I can't see how we can manage GradingPeriods without CRUD. Could someone enlighten me on this?
© Stack Overflow or respective owner