- 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
- Learning Selenium Testing Tools with Python
- 零基礎學Scratch少兒編程:小學課本中的Scratch創意編程
- 認識編程:以Python語言講透編程的本質
- 程序員面試算法寶典
- Web Development with Django Cookbook
- Hands-On JavaScript High Performance
- Nginx Lua開發實戰
- Learning Concurrent Programming in Scala
- Python圖形化編程(微課版)
- Learning Hadoop 2
- C++從入門到精通(第6版)
- 零基礎輕松學C++:青少年趣味編程(全彩版)
- Android編程權威指南(第4版)
- 金融商業數據分析:基于Python和SAS
- Flutter從0基礎到App上線