I am looking to learn domain modelling using objec...
# random
s
I am looking to learn domain modelling using object oriented design. Do you have any resource recommendations for that? To add more context, I am not looking for a “design patterns” book. For example, “Domain modelling made functional” is a great book that describes the process in functional approach. The nearest thing I know of is the “Practical object oriented design” book by Sandy Metz. Are there any other good resources that you used and would recommend?
m
• “Implementing Domain-Driven Design” by Vaughn Vernon • “Principles of Object-Oriented Analysis and Design” by James Martin • “Object Design: Roles, Responsibilities, and Collaborations” by Rebecca Wirfs-Brock • “Analysis Patterns: Reusable Object Models” by Martin Fowler
1
s
Thank you so much! 🙏
m
you’re welcome, these are good books in my opinion, I hope you’ll find something useful!