Software Development and Engineering Blog


HW28: Chapter 25

Sam Word | 21 Nov 2017

HW27: Chapter 24

Sam Word | 16 Nov 2017

HW19: Team Progress II

Sam Word | 14 Nov 2017

HW25: Chapter 23

Sam Word | 09 Nov 2017

HW24: Chapter 22

Sam Word | 06 Nov 2017

HW22: Chapter 21

Sam Word | 02 Nov 2017

HW19: Team Progress I

Sam Word | 31 Oct 2017

HW21: Chapter 20

Sam Word | 26 Oct 2017

HW20: Chapter 19

Sam Word | 24 Oct 2017

HW18: Chapter 18

Sam Word | 18 Oct 2017

HW17-B: Chapter 17

Sam Word | 11 Oct 2017

HW17-A: Chapter 16

Sam Word | 08 Oct 2017

HW16: Chapter 9

Sam Word | 05 Oct 2017

HW15: Chapter 15

Sam Word | 02 Oct 2017

HW14: Testing Reflections

Sam Word | 28 Sep 2017

HW13: Chapter 8

Sam Word | 28 Sep 2017

HW12: Mythical Man Month

Sam Word | 26 Sep 2017

HW11: Chapter 6

Sam Word | 21 Sep 2017

HW10: Chapter 5

Sam Word | 13 Sep 2017

HW9: Reflections

Sam Word | 12 Sep 2017

HW8: Chapter 2

Sam Word | 12 Sep 2017

HW7: Reflections

Sam Word | 07 Sep 2017

HW6: Chapter 4

Sam Word | 07 Sep 2017

HW5: Reflections

Sam Word | 05 Sep 2017

HW4: Chapters 11 & 12

Sam Word | 30 Aug 2017

HW3: Chapter 10

Sam Word | 28 Aug 2017

HW2: Responses

Sam Word | 27 Aug 2017

HW1: Chapter 1

Sam Word | 24 Aug 2017

HW0: Introduction

Sam Word | 23 Aug 2017

HW16: Chapter 9


05 Oct 2017

9.8

Briefly describe the three main types of software maintenance. Why is it sometimes difficult to distinguish between them?

The three types of software maintenance are:

  1. Fault repairs to fix bugs and vulnerabilities (corrective maintenance)
  2. Environmental adaptation to adapt to the software to new platforms and environments (adaptive maintenance)
  3. Functionality addition to add new features and to support new requirements (perfective maintenance)

Sometimes it’s hard to distinguish each type of software maintenance because they overlap one another. For instance, new features may be might be added to a system when the software environment is updated, or an environment may be upgraded to easily fix a bug, and so on.

9.10

Do software engineers have a professional responsibility to develop code that can be easily maintained even if their employer does not explicitly request it?

Of course software engineers should develop code that can easily maintain, regardless of whether or not it was explicitly requested. At the beginning of this course, we were required to read the ACM Software Engineering Code of Ethics and Professional Practice. In the code of ethics, it states that software engineers should develop software in the best interests of the public, their employers, clients, and colleagues. To make software less costly to maintain, and make the lives of fellow software engineers and developers easier, software should be developed with maintainability in mind. Additionally, the code of ethics specifically states that “software engineering managers and leaders shall subscribe to and promote an ethical approach to the management of software development and maintenance.” Therefore, software engineers must develop code that can be easily maintained in order to adhere to the ACM Software Engineering Code of Ethics.