• The architectural style shows how do we organize our code, or how the system
will look like from 10000 feet helicopter view to show the highest level of
abstraction of our system design. Furthermore, when building the architectural
style of our system we focus on layers and modules and how they are
communicating with each other.
• There are different types of architectural styles, and moreover, we can mix
them and produce a hybrid style that consists of a mix between two and even
more architectural styles.
• The architectural style shows how do we organize our code, or how the system
will look like from 10000 feet helicopter view to show the highest level of
abstraction of our system design. Furthermore, when building the architectural
style of our system we focus on layers and modules and how they are
communicating with each other.
• There are different types of architectural styles, and moreover, we can mix
them and produce a hybrid style that consists of a mix between two and even
more architectural styles.
https://www.geeksforgeeks.org/software-engineering-architectural-design/