Data Mapper and Relationships: Implementation strategies?

后端 未结 3 958
攒了一身酷
攒了一身酷 2020-12-23 17:36

I\'ve almost finished my Data Mapper, but now I\'m at the point where it comes to relationships.

I will try to illustrate my ideas here. I wasn\'t able to find good

3条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-23 18:24

    I am looking forward to any answers you'll get on this topic, but in the meantime why not just hop over to Amazon (or your local books dealer) and finally buy

    • Design Patterns: Elements of Reusable Object-Oriented Software, Gang of Four
    • Patterns of Enterprise Architecture, Martin Fowler
    • Domain-Driven Design: Tackling Complexity in the Heart of Software, Eric Evans

    These book contain the original patterns you have been pointed at in various of your questions and are considered reference works in Design Patterns and Software Architecture.

提交回复
热议问题