====== 4.3.3.4 Modifiability===== [[dido:public:ra:1.4_req:2_nonfunc:20_maintainability| Return to Maintainability]] ===== About ===== [[dido:public:ra:1.4_req:2_nonfunc:20_maintainability:modifiability| Return to Top]] [[dido:public:ra:xapend:xapend.a_glossary:m:modifiability]] is characteristic of a system to successfully support: * Extensibility * Updateability * Deletability In other words, it is a system or products ability and receptiveness to adapt to future and often unexpected changes. Planning for Modifiability is a bit like looking into a crystal ball about the product, its place within the ecosystem and its ability to adapt to changes in the environment. An easy way to consider Modifiability of a system or product is to ask the following series of questions suggested by McGovern et al. (( James McGovern, Sameer Tyagi, Michael E. Stevens and Sunil Mathew, __Java Web Services Architecture__, 2003, ISBN 978-1-55860-900-6, Accessed 5 August 2020 [[https://www.sciencedirect.com/book/9781558609006/java-web-services-architecture]] )) during [[dido:public:ra:xapend:xapend.a_glossary:p:peer_review | Peer Review]]: ^ Questions proposed by McGovern et al. ^ Considerations ^ ^ **How often is it expected that a system change will be required?** | This question is trying to understand the maturity (see [[[dido:public:ra:1.4_req:2_nonfunc:14_reliability:01_matuity]]) associated with the system or product. It is not just about the product, but the maturity of the [[dido:public:ra:xapend:xapend.a_glossary:d:domain_knowledge|domain knowledge]] surrounding the system or product. For example, the accounting domain has been around for thousands of years and is well documented and understood while the use of [[dido:public:ra:xapend:xapend.a_glossary:a:application|applications]] to address Blockchains is less than a decade old. | ^ **What is the usual extent of the change?** | This question also relates to maturity (see [[[dido:public:ra:1.4_req:2_nonfunc:14_reliability:01_matuity]]) of the domain associated with the system or product. It also has to do with how conservative the attitude is towards changes. For example, changes made to an end-user entertainment application such as TikTok are easily tolerated while changes made to accounting records, which can adversely effect an individual's wealth, are frowned upon. | ^ **Who is expected to make the changes?** | If changes are made by a single individual with minimal review and testing, the ability to modify the system is high, but the risk of failure is increased. Modifiability must consider these risks in the context of the domain. In essence, the better the governance over changes, the higher the probability of success (see [[dido:public:ra:1.3_gov]]). An individual can be extremely disciplined and positive when it comes to adapting to changes, while organizations can be sloppy. So, the maturity of the domain is important and the organization (even if it's a single person) is important. See [[dido:public:ra:xapend:xapend.a_glossary:i:iso90003]] and [[dido:public:ra:xapend:xapend.a_glossary:c:cmmi]]. | ^ **Is it necessary for the system to use current platform versions?** | This addresses the [[dido:public:ra:xapend:xapend.a_glossary:e:eol]] issues associated with any product (see [[dido:public:ra:1.4_req:2_nonfunc:28_manageability]] and [[dido:public:ra:1.4_req:2_nonfunc:10_portability:06_replace]]). As the system ages, more and more EoL problems arise. As more [[dido:public:ra:xapend:xapend.a_glossary:c:cots]], [[dido:public:ra:xapend:xapend.a_glossary:g:gots]], [[dido:public:ra:xapend:xapend.a_glossary:m:mots]], and [[dido:public:ra:xapend:xapend.a_glossary:n:nots]] products are used by the system and the longer the system exists the risk to the system increases because each subsystem, component or modular needs to be managed. As a case in point, in mid-2020, roughly 200 million PCs worldwide will still be running older Windows versions, mostly Windows 7[https://www.zdnet.com/article/how-many-pcs-are-still-running-windows-7-today/]]. Many of these are probably not modifiable any more. |
Questions to consider when assessing Modifiability.
Zarnekow et al. (( Ruediger Zarnekow and Walter Brenner, __Distribution of Cost Over the Application Lifecycle - A Multi-Case Study__, University of St. Gallen, 22 July 2015, Accessed 5 August 2020, Researchgate )) did a detailed study of 30 applications in 2015 and found the following time and cost characteristics and that over half (55%) of the cost of the projects can be attributed to maintenance and support. These findings underline the importance of Modifiability. All too often when a project gets started, too many problems are "kicked down the road" with the idea that "we'll cross the bridge when we get there". ^ ^ ^^ Time ^^^ Actual Cost (in Mill of Euro) ^^^^^^ ^ ^ # of Users ^ # of Transactions/yr ^ Total ^ Init Dev ^ Prod ^ Total Cost ^ Planning ^ Init Dev ^ More Dev ^ Prod ^ Shutdown ^ ^ Minimum | 160 | 23,900 | 2.0 | 0.3 | 0.4 | 0.50 | 0.01 | 0.13 | 0.00 | 0.14 | 0.00 | ^ Maximum | 135,500 | 91,250,000,000 | 16.4 | 3.0 | 12.4 | 137.33 | 50.00 | 85.00 | 38.00 | 117.8 | 0.13 | ^ Average | | | 5.6 | 1.7 | 3.1 | 35.74 | 2.97 | 11.57 | 5.52 | 15.6 | 0.08 | ^ % of total | | | 100.0% | 30.3% | 55.3% | 100.00% | 8.31% | 32.37% | 15.44% | 43.65% | 0.2% |
Summary of time and cost characteristics found in 30 projects (Zarnekow et al.)
Another paper published by Björklund (( Carl Björklund, __App Maintenance Cost Can Be Three Times Higher than Development Cost__, 15 April 2019, Accessed 5 August 2020, [[https://www.econnectivity.se/app-maintenance-cost-can-be-three-times-higher-than-development-cost/]] )) reported the cost of software maintenance as 67%. ^ Lifecycle Phase ^ Percent of Cos ^ ^ Requirements Definition | 3% | ^ Preliminary Design | 3% | ^ Detailed Design | 5% | ^ Implementation | 7% | ^ Testing | 15% | ^ Maintenance | 67% | * **Note:** * Another study found at least 50% of the effort spent on maintenance * Another study found between 65% and 75% on maintenance * In embedded real-time systems, maintenance costs may be up to 4 times development costs
The Cost of Software Maintenance for one project
Regardless of the actual numbers for a system or a program, all the numbers point to one conclusion: the cost of maintenance is a major driver in the [[dido:public:ra:xapend:xapend.a_glossary:t:totalcostown|total cost of ownership]] for systems or projects. Much of the maintenance cost for many projects can be traced back to not planning or considering Modifiability throughout the project lifecycle, especially early on. Modifiability is closely correlated to creating layered, modular and loosely coupled systems or programs. Fortunately, there are tools which can analyze a system or a program during all its phases (see [[dido:public:ra:1.4_req:2_nonfunc:20_maintainability:modularity]] and [[dido:public:ra:1.4_req:2_nonfunc:28_manageability]]). Layering involves separating the system or programs based on technical responsibilities, usually using an [[dido:public:ra:xapend:xapend.a_glossary:n:n-tier]]. Generally, these tiers are referred to as the //presentation tier//, //processing tier// and //data management tier//. Often the tiers are both logically and physically separated, with each tier running on its own dedicated platforms. In a [[dido:public:ra:xapend:xapend.a_glossary:d:distsystem|distributed system]], the tiers do not follow the [[dido:public:ra:xapend:xapend.a_glossary:c:client-server|client-server]] architecture but use a [[dido:public:ra:xapend:xapend.a_glossary:p:p2p]] architecture. However, the peers can be categorized as fulfilling presentation, processing, and data management functionality. In addition, systems or programs that are [[dido:public:ra:xapend:xapend.a_glossary:d:declarative | declarative]] and configurable are more modifiable, especially if the configuration describes the details of connectivity between the [[dido:public:ra:xapend:xapend.a_glossary:m:module|modules]] (or peers). In other words, these descriptions provide the context and should address the 5-Ws of **who**, **what**, **when**, **where** and **why**; as well as, the **how**. For example: ^ W ^ context ^ ^ who | Who can access the module (peer) including [[dido:public:ra:xapend:xapend.a_glossary:p:privileges|privileges]]: developer, a business user, an analyst, or some combination of these is responsible | ^ what | What is the module (peer) name, version, download URI | ^ when | When can the module (peer) be accessed: event, calendar, time, etc. | ^ where | Where can the module (peer) be found: paths, endpoints, etc. | ^ why | Why is the module (peer) defined: documentation, rules, filters, etc. | ^ how | How is the module (peer) accessed: Library, RESTFul, [[dido:public:ra:xapend:xapend.a_glossary:r:rpc]], DDS, [[dido:public:ra:xapend:xapend.a_glossary:m:mq|Message queue]], etc. |
How the 5-Ws and H can be used to help ensure Modifiability
Expectations of frequent changes driven by business-related changes can be more modifiable if the rules are not codified into software but stored as machine readable rules that can be interpreted at run time using, for example, rule engines. However, the downside of a data-rule driven system is that changes in data or rules can lead to crashes and adverse impacts to stability (see [[dido:public:ra:1.4_req:2_nonfunc:28_manageability]]). ===== DIDO Specifics ===== [[dido:public:ra:1.4_req:2_nonfunc:20_maintainability:modifiability| Return to Top]] : To be added/expanded in future revisions of the DIDO RA /**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- /* To add a discussion page to this page, comment out the line that says ~~DISCUSSION:off~~ */ ~~DISCUSSION:on|Outstanding Issues~~ ~~DISCUSSION:off~~