diff --git a/README.md b/README.md index 50e9cb3..9c12199 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [Software design pattern](https://en.wikipedia.org/wiki/Software_design_pattern) - A general, reusable solution to a commonly occurring problem within a given context in software design. It is a description or template for how to solve a problem that can be used in many different situations. - +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.