rust-unofficial / patterns

A catalogue of Rust design patterns, anti-patterns and idioms
https://rust-unofficial.github.io/patterns/
Mozilla Public License 2.0
7.84k stars 352 forks source link

Update intro.md #407

Closed azarboon closed 3 weeks ago

azarboon commented 3 weeks 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

azarboon commented 3 weeks ago

I use corporate laptop and I'm unable to build and lint this PR on my end. Can someone please help me?

simonsan commented 3 weeks ago

Thank you :)