Sciweavers

5832 search results - page 350 / 1167
» Software complexity and maintainability
Sort
View
IWPC
2003
IEEE
16 years 23 hour ago
Effective, Automatic Procedure Extraction
Legacy code can often be made more understandable and maintainable by extracting out selected sets of statements to form procedures and replacing the extracted code with procedure...
Raghavan Komondoor, Susan Horwitz
IWPSE
2003
IEEE
16 years 23 hour ago
Lightweight Prevention of Architectural Erosion
Avoiding architectural erosion helps extend the lifetime of an evolving software system. Erosion can be reduced by ensuring that (i) developers share a good understanding of a sys...
Ciaran O'Reilly, Philip J. Morrow, David W. Bustar...
ADAEUROPE
2003
Springer
15 years 12 months ago
An Invitation to Ada 2005
Starting in 2000, the ISO technical group in charge of maintaining the Ada language has been looking into possible changes for the next revision of the standard, around 2005. Based...
Pascal Leroy
CSMR
2002
IEEE
15 years 11 months ago
The Reengineering Wiki
The reverse and reengineering research communities have a strong tradition of collecting, organizing, and unifying research results. Typical examples include an explicit taxonomy,...
Arie van Deursen, Eelco Visser
ESEM
2009
ACM
15 years 11 months ago
Impact of the visitor pattern on program comprehension and maintenance
In the software engineering literature, many works claim that the use of design patterns improves the comprehensibility of programs and, more generally, their maintainability. Yet...
Sebastien Jeanmart, Yann-Gaël Guéh&eac...