- Software Architecture with Python
- Anand Balachandran Pillai
- 325字
- 2021-07-02 23:29:54
Importance of software architecture
So far, we have discussed the fundamental principles of software architecture, and also seen some of its characteristics. These sections, of course, assumed that software architecture is important, and is a critical step of the software development process.
It is time to play devil's advocate, and look back at software architecture and ask some existential questions about it as follows:
- Why software architecture?
- Why is software architecture important?
- Why not build a system without a formal software architecture?
Let us take a look at the critical insights that software architecture provides, which would otherwise be missing from an informal software development process. We are only focusing on the technical or developmental aspects of the system in the following table:

There are a number of other aspects which are related to the business context of a system, into which architecture provides valuable insights. However, since this is a book mostly on the technical aspects of software architecture, we have limited our discussion to the ones given in the preceding table.
Now, let us take on the second question:
Why not build a system without a formal software architecture?
If you've been following the arguments so far thoroughly, it is not very difficult to see the answer for it. It can, however, be summarized in the following few statements:
- Every system has an architecture, whether it is documented or not
- Documenting an architecture makes it formal, allowing it to be shared among stakeholders, making change management and iterative development possible
- All the other benefits and characteristics of software architecture are ready to be taken advantage of when you have a formal architecture defined and documented
- You may be still able to work and build a functional system without a formal architecture, but it would not produce a system which is extensible and modifiable, and would most likely produce a system with a set of quality attributes quite far away from the original requirements
- 兩周自制腳本語言
- 無代碼編程:用云表搭建企業數字化管理平臺
- Java加密與解密的藝術(第2版)
- 數據結構習題精解(C語言實現+微課視頻)
- Python Geospatial Development(Second Edition)
- Unity 5.x By Example
- 表哥的Access入門:以Excel視角快速學習數據庫開發(第2版)
- VMware虛擬化技術
- JavaScript機器人編程指南
- OpenCV Android Programming By Example
- 寫給大家看的Midjourney設計書
- Mastering VMware Horizon 7(Second Edition)
- 從零開始學Python大數據與量化交易
- Data Manipulation with R(Second Edition)
- HTML5程序開發范例寶典