Choosing the right patterns
In the previous sections, we learned about major architectural patterns. However, you must have noticed that there are a few patterns that we didn't discuss in this chapter. In fact, some patterns will be introduced in the future. So, you will need a way in which to analyze a pattern and decide whether you want to choose it or not. One question that you could be asked is how do we choose the right pattern for our solution? Let's dig deep into this matter.
Architecture design is the cornerstone of a solid and successful system. However, there is no one-size-fits-all solution when it comes to choosing the right architecture for your solution. Various perspectives should be taken into account when you want to decide which architecture pattern to use.
Put simply, the main selection criterion for choosing an architecture pattern is based on three factors:
- Software engineers (who will work on the project): Software engineers should be familiar...