Learning how to design knowledge and data flow [closed]
- by max
In designing software, I spend a lot of time deciding how the knowledge (algorithms / business logic) and data should be allocated between different entities; that is, which object should know what.
I am asking for advice about books, articles, presentations, classes, or other resources that would help me learn how to do it better. I code…