Best practices book for CRUD apps
        Posted  
        
            by Kevin L.
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Kevin L.
        
        
        
        Published on 2010-06-11T02:52:30Z
        Indexed on 
            2010/06/11
            3:03 UTC
        
        
        Read the original article
        Hit count: 535
        
We will soon be designing a new tool to calculate commissions across multiple business units. This new compensation scheme is pretty clever and well thought-out, but the complexity that the implementation will involve will make the Hubble look like a toaster.
A significant portion of the programming industry involves CRUD apps; updating insurance data, calculating commissions (Joel included) ...even storing questions and answers for a programmer Q&A site. We as programmers have Code Complete for the low-level formatting/style and Design Patterns for high-level architecture (to name just a few). Where’s the comparable book that teaches best practices for CRUD?
© Stack Overflow or respective owner