The effect of task order on the maintainability of object-oriented software

  • Authors:
  • Alf Inge Wang;Erik Arisholm

  • Affiliations:
  • Department of Computer and Information Science, Norwegian University of Science and Technology, Sem Sílandsvei 7-9, N-7491 Trondheim, Norway;Simula Research Laboratory, PO Box 134, 1325 Lysaker, Norway and Department of Informatics, University of Oslo, PO Box 1080, Blindern, N-0316 Oslo, Norway

  • Venue:
  • Information and Software Technology
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper presents results from a quasi-experiment that investigates how the sequence in which maintenance tasks are performed affects the time required to perform them and the functional correctness of the changes made. Specifically, the study compares how time required and correctness are affected by (1) starting with the easiest change task and progressively performing the more difficult tasks (Easy-First), versus (2) starting with the most difficult change task and progressively performing the easier tasks (Hard-First). In both cases, the experimental tasks were performed on two alternative types of design of a Java system to assess whether the choice of the design strategy moderates the effects of task order on effort and correctness. The results show that the time spent on making the changes is not affected significantly by the task order of the maintenance tasks, regardless of the type of design. However, the correctness of the maintainability tasks is significantly higher when the task order of the change tasks is Easy-First compared to Hard-First, again regardless of design. A possible explanation for the results is that a steeper learning curve (Hard-First) causes the programmer to create software that is less maintainable overall.