Skip to content

Commit

Permalink
Update src/intro.md
Browse files Browse the repository at this point in the history
Co-authored-by: simonsan <[email protected]>
  • Loading branch information
azarboon and simonsan authored Jun 11, 2024
1 parent 0cf7d2a commit 2e86d7d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ Design patterns are a collection of reusable and tested solutions to recurring
problems in engineering. They make our software more modular, maintainable, and
extensible. Moreover, these patterns provide a common language for developers,
making them an excellent tool for effective communication when problem-solving
in teams. Remember that each pattern has its own trade-offs. And you need to pay attention more to why you're choosing a certain pattern than to how to implement it.
in teams.

Keep in mind: Each pattern comes with its own set of trade-offs.
It's crucial to focus on why you choose a particular pattern rather than
just on how to implement it.

## Design patterns in Rust

Expand Down

0 comments on commit 2e86d7d

Please sign in to comment.