Software Practices Lab Homepage
People
Publications
Papers
Theses
Projects
Information Fragments
Mylyn
Registration-Based Abstraction
Summarizing Software Artifacts
past projects...
Reading Group
SPL Wiki [local access]

Managing Crosscutting Concerns During Software Evolution Tasks: An Inquisitive Study

Elisa L. A. Baniassad, Gail C. Murphy, Christa Schwanninger, and Michael Kircher.

Proceedings of 1st International Conference on Aspect-Oriented Software Development, April 2002, p. 120-126.

PDF

Abstract

Code is modularized for many reasons, including making it easier to understand, change, and verify. Aspect-oriented programming approaches extend the kind of code that can be modularized, enabling the modularization of crosscutting code. We conducted an inquisitive study to better understand the kinds of crosscutting code that software developers encounter and to better understand how the developers manage this code. We tracked eight participants: four from industry and four from academia. Each participant was currently evolving a non-trivial software system. We interviewed these participants three times about crosscutting concerns they had encountered and the strategies they used to deal with the concerns. We found that crosscutting concerns tended to emerge as obstacles that the developer had to consider to make the desired change. The strategy used by the developer to manage the concern depended on the form of the obstacle code. The results of this study provide empirical evidence to support the problems identified by the aspect-oriented programming community, and provide a basis on which to further assess aspect-oriented programming.


© ACM, 2002. This is the authors' version of this work. It is posted here by permission of ACM for your personal use. Not for redistribution. The definitive version was published in AOSD 2002, http://doi.acm.org/10.1145/508386.508401.