What Happens During Software Maintenance? Anatomy of a Session – Part 1

If you manage an IT organization that does software maintenance, how well do you understand what your maintenance programmers actually spend their time doing?  A great deal of what happens is actually very difficult to observe.  One of the problems contributing to this – and one thing I keep talking about – is that the tools and methodologies typically used for software maintenance are more oriented to new development than to maintenance. A crucial missing piece in the methods and tools for software maintenance is that there is not the means to immediately see the changes, not...

read more

What Happens During Software Maintenance? Program Comprehension Part 2

Source navigation and delocalization are key issues that researchers have focused on in the topic of program comprehension.  In developing vLegaci’s program comprehension tool, one of my concerns was the amount of time and mental overhead that go into finding a line or section of code.  For example: Finding a subroutine or procedure Finding what a variable is or where it is used Finding the END of an IF or DO, or visa-versa My own observation is that for maintenance programmers these searching activities consume a huge amount of time.  The more cumbersome of these...

read more

What Happens During Software Maintenance? Program Comprehension Part 1

What do programmers actually do and think about when they maintain software?  If we can get a good understanding of that perhaps we can improve the productivity and work quality of RPG programmers. This is a fairly large field of research, and has a number of subcategories.  One of the important categories is called Program Comprehension, i.e., what to do programmers do when they attempt to figure out a program they are not familiar with? If you’ve watched some traditional RPG developers engage in this activity with SEU, then one thing you would say they do is scroll, and search,...

read more

Does Documentation Help Maintenance?

One of the truisms of IT is that there’s never enough documentation.  But ask yourself, your scientific self, does documentation really help software maintenance, and if so, what kind exactly and how? These kinds of questions are very difficult to answer as it’s very difficult and costly to arrange controlled experiments.  Some researchers, however, have managed to execute at least small scale experiments and one such example was reported in “The Impact of UML Documentation on Software Maintenance: An Experimental Evaluation” ($) by Erik Arisholm, et al.   As is common in such...

read more