1 / 28

Software Maintenance

Software Maintenance. William W. McMillan. 24 March 2013. Who wants to do software maintenance? If this is not your cup of tea, why not?. Software “Evolution” . Term is a good one. But can be confused with “evolutionary development.”

johnda
Télécharger la présentation

Software Maintenance

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Software Maintenance William W. McMillan 24 March 2013

  2. Who wants to do software maintenance?If this is not your cup of tea, why not?

  3. Software “Evolution” • Term is a good one. • But can be confused with “evolutionary development.” • Focus here is on what happens to software after initial delivery. • Yes, it evolves, but only after it was created intentionally. • “Maintenance” has been most common term.

  4. Most Software Effort is Here • Systems may be around for decades. • Adding functional increments much harder in older systems than in brand new. • Have to deal with loss of: • Tools and platforms • Knowledge (developers, management, users) • Ways of working (e.g. plan-based to agile) • Conducive environment (leadership, access to users, team energy,…)

  5. What difficulties have you had in changing software after initial creation?

  6. Kinds of Maintenance (Old) • Corrective (~ 20%) • Fixing errors • Adaptive (up to 25%) • New software or hardware environment • “Perfective” (50% +) • Enhancements, changes in requirements • Preventative (~ 0%) • Cleaning house, tidying up, documenting

  7. Kinds of Maintenance (Newer) • Fault repair (17%) • Fixing errors • Environmental adaptation (18%) • New software or hardware environment • Functionality addition, modification (65%) • Enhancements, changes in requirements • Preventative (~ 0%) • Cleaning house, tidying up, documenting

  8. What could be done to encourage preventative maintenance?

  9. The Payoff for Good Engineering • Most of software engineering supports maintenance. • More effort early leads to easier maintenance. • One estimate: • over 80% of maintenance effort caused by incorrect requirements and specs. • Key in getting management support for software engineering.

  10. Cost of Maintenance • Proportion of code changed per year times original cost of system. • Annual maintenance effort = annual change traffic * software development time • AME = ACT * SDT (in person-months) • Oversimplification – need to consider all other COCOMO factors.

  11. What Has To Be Maintained • Code. • Databases. • Documents: • Requirements, user manuals, help files, design documents. • Installations: • Workstations, mobile devices, embedded systems. • V & V records, test data sets. • Archives • Past system configurations, management docs, changes.

  12. Why is maintenance hard?

  13. Challenges in Maintenance • Hard to get resources for good software engineering to begin with. • Hard to get resources to maintain old stuff. • Lose knowledge of system and domain expertise. • People don’t like to do it. • … ?

  14. Lehman & Belady’s “Laws” • Continuing change • Nothing in software is static: OSs, needs, delivery modes… • Increasing complexity • When has a system ever gotten simpler? • Continuing growth • Need growing functionality to satisfy users and clients. • Declining quality • Counter-examples?

  15. Lehman & Belady’s “Laws” • Large program evolution is “self-regulating” • Can’t push change beyond a natural limit. • Conservation of familiarity • Systems maintain their basic character • … any examples of those that change drastically?

  16. Any other software “laws” you can think of?

  17. Software Re-Engineering • Reimplementation of major parts or all. • Legacy systems have old.. • languages, hardware, OSs, coding practices, algorithms, interfaces • Over 1011 lines of code in existence. • Heavy reliance on old systems.

  18. Software Re-Engineering • Understand intent of present system. • Documents, domain, context of use • Recover architecture and abstractions. • Use reverse engineering tools. • Find interactions, dependencies, coupling, redundancies. • Understand algorithms. • Especially if speed, memory use or similar at issue. • Interviewing people is critical (if they’re around!).

  19. Software Re-Engineering • Re-implement (part or whole). • Translate to new programming language (auto?). • Refactor, restructure system. • Improve algorithms. • Add exception handling. • Improve security.

  20. Software Re-Engineering • Switch paradigm, say to object-oriented or functional. • Improve robustness and quality (reduce coupling, better style, etc.). • Improve V & V. • Update documents.

  21. Have you ever had to recover software architecture from code alone?

  22. Data Re-Engineering • Newer file formats, directory structures. • Change field types, sizes, etc. • Improve numeric precision. • Improve validation rules. • Establish or change default values. • Change units of measurement. • Implement new data model (e.g., relational). • Modify database keys & indexing. • Normalize database.

  23. What data re-engineering has been necessary in recent years for many systems?

  24. User Experience Re-Engineering • Beyond incremental requirements enhancement. • Changes in platform, user interface, deployment, connections among users. • Examples? • Challenges? • Advice?

  25. Guidelines for SW Maintenance • Expect it, plan for it. • Use good people and pay them well. • Understand the system thoroughly: • Architecture, algorithms, V & V done, domain. • Isolate changes, change minimally. • Use regression testing.

  26. Guidelines for SW Maintenance • Update documents. • Requirements, specs, V & V records • Control and release versions carefully. • Allow user input via bug reports, change requests. • Use software tools to support the process.

  27. Other maintenance guidelines?

  28. Exercise Your software engineering group is called in to help a company evaluate its software maintenance operation. What six to 12 indicators would you look at to assess the state of their operation? If you can, give quantitative measures you would like to see.

More Related