Sairyss / domain-driven-hexagon

Learn Domain-Driven Design, software architecture, design patterns, best practices. Code examples included
MIT License
12.2k stars 1.24k forks source link

Update README.md #174

Closed azarboon closed 4 months ago

azarboon commented 4 months ago

Before diving into any of the patterns, readers should be reminded of two fundamental laws in software architecture:

1.Everything is a trade-ff 2."Why is more important than the how"

So, readers face the nuances and reality of these patterns from the beginning. These two laws are coined by two thought leaders in software architecture: Mark Richards and Neal Ford. They have explained these two laws in various conference talks and books. For example, here you can read about these two laws here:

https://www.infoq.com/podcasts/software-architecture-hard-parts/

Also, here is a book for reference: https://a.co/d/fKOodW9

Sairyss commented 4 months ago

This is already discussed briefly in General recommendations on architectures section. I will check the links later and maybe add them to the readme. Thanks.