Sciweavers

852 search results - page 15 / 171
» Refactoring module structure
Sort
View
TSE
2002
70views more  TSE 2002»
13 years 9 months ago
The Effectiveness of Control Structure Diagrams in Source Code Comprehension Activities
T. Dean Hendrix, James H. Cross II, Saeed Maghsood...
CORR
2011
Springer
168views Education» more  CORR 2011»
13 years 1 months ago
Robustness and modular structure in networks
Many complex systems, from power grids and the internet, to the brain and society, can be modeled using modular networks. Modules, densely interconnected groups of elements, often...
James P. Bagrow, Sune Lehmann, Yong-Yeol Ahn
OOPSLA
2010
Springer
13 years 8 months ago
Ownership and immutability in generic Java
The Java language lacks the important notions of ownership (an object owns its representation to prevent unwanted aliasing) and immutability (the division into mutable, immutable,...
Yoav Zibin, Alex Potanin, Paley Li, Mahmood Ali, M...
WCRE
2005
IEEE
14 years 3 months ago
Diagnosing Design Problems in Object Oriented Systems
Software decay is a phenomenon that plagues aging software systems. While in recent years, there has been significant progress in the area of automatic detection of “code smells...
Adrian Trifu, Radu Marinescu
ECOOP
2005
Springer
14 years 3 months ago
State Based Ownership, Reentrance, and Encapsulation
Abstract. A properly encapsulated data representation can be revised for refactoring or other purposes without affecting the correctness of client programs and extensions of a clas...
Anindya Banerjee, David A. Naumann