SEJan 25, 2012

Invertible Program Restructurings for Continuing Modular Maintenance

arXiv:1201.5230v114 citations
Originality Incremental advance
AI Analysis

This addresses modular maintenance challenges in software engineering, though it appears incremental as it builds on existing solutions to the Expression Problem.

The paper tackles the tyranny of the dominant decomposition in software maintenance by using invertible program transformations, demonstrating this on the Expression Problem example and reporting experiments with Java and Haskell programs.

When one chooses a main axis of structural decompostion for a software, such as function- or data-oriented decompositions, the other axes become secondary, which can be harmful when one of these secondary axes becomes of main importance. This is called the tyranny of the dominant decomposition. In the context of modular extension, this problem is known as the Expression Problem and has found many solutions, but few solutions have been proposed in a larger context of modular maintenance. We solve the tyranny of the dominant decomposition in maintenance with invertible program transformations. We illustrate this on the typical Expression Problem example. We also report our experiments with Java and Haskell programs and discuss the open problems with our approach.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes