- Software Architecture with Python
- Anand Balachandran Pillai
- 106字
- 2021-07-02 23:29:55
What is modifiability?
The architectural quality attribute of modifiability can be defined as follows:
Modifiability is the degree of ease with which changes can be made to a system, and the flexibility with which the system adapts to such changes.
We discussed various aspects of modifiability in the first chapter, such as cohesion, coupling, and others. We will dig a little bit deeper into these aspects in this chapter with some examples. However, before we dig deeper, it might be a good idea to take a look at the big picture of how modifiability fits in with the other quality attributes that are related to it.
推薦閱讀
- Java程序設(shè)計(jì)與開(kāi)發(fā)
- GAE編程指南
- Python自然語(yǔ)言處理實(shí)戰(zhàn):核心技術(shù)與算法
- Android開(kāi)發(fā)精要
- jQuery EasyUI網(wǎng)站開(kāi)發(fā)實(shí)戰(zhàn)
- .NET 4.0面向?qū)ο缶幊搪劊夯A(chǔ)篇
- Scratch真好玩:教小孩學(xué)編程
- QTP自動(dòng)化測(cè)試進(jìn)階
- Visual C#.NET程序設(shè)計(jì)
- Android應(yīng)用案例開(kāi)發(fā)大全(第二版)
- UNIX Linux程序設(shè)計(jì)教程
- 單片機(jī)原理及應(yīng)用技術(shù)
- 零基礎(chǔ)學(xué)HTML+CSS
- 零基礎(chǔ)學(xué)HTML+CSS第2版
- C語(yǔ)言從入門(mén)到精通