scispace - formally typeset
Journal ArticleDOI

A Complexity Measure

Reads0
Chats0
TLDR
Several properties of the graph-theoretic complexity are proved which show, for example, that complexity is independent of physical size and complexity depends only on the decision structure of a program.
Abstract
This paper describes a graph-theoretic complexity measure and illustrates how it can be used to manage and control program complexity. The paper first explains how the graph-theory concepts apply and gives an intuitive explanation of the graph concepts in programming terms. The control graphs of several actual Fortran programs are then presented to illustrate the correlation between intuitive complexity and the graph-theoretic complexity. Several properties of the graph-theoretic complexity are then proved which show, for example, that complexity is independent of physical size (adding or subtracting functional statements leaves complexity unchanged) and complexity depends only on the decision structure of a program.

read more

Citations
More filters
Journal ArticleDOI

On the design of a maintainable software development kit to implement integration solutions

TL;DR: A new proposal that has been carefully designed in order to reduce maintainability efforts for the integration community, and the results suggest that maintaining Guarana?SDK is easier than maintaining the others.
ReportDOI

Academic Legitimacy of the Software Engineering Discipline

TL;DR: What is learned during this research constitutes the body of knowledge of software engineering and what about software makes its production so difficult and makes software engineering so challenging an intellectual discipline is discussed.
Proceedings ArticleDOI

Improving Cross-Project Defect Prediction Methods with Data Simplification

TL;DR: A data simplification method based on an active learning method proposed for software effort estimation achieved significant improvement in predictive performance for the cross-project selection and size reduction of cross- project data.
Proceedings ArticleDOI

An approach to modelling long-term growth trends in software systems

TL;DR: Three related models of growth, consistent with the view that complexity constrains system growth, were fitted to empirical data relating to four software systems and suggest that it is meaningful to search for models of this kind, though the presence of discontinuities in the trends and the extent of the latter are restricted to individual processes or specific domains need to be further investigated.
Proceedings ArticleDOI

Development, assessment, and reengineering of language descriptions

TL;DR: Tools that aid in the development, the assessment and the reengineering of language descriptions are discussed and a language standard without syntax error in the language description and its code examples is developed.
References
More filters
Journal ArticleDOI

Structured Programming with go to Statements

TL;DR: For serious students of structured programming, and also for language designers, Knuth's "Structured Programming with go to Statements" is probably the paper to read.
Journal ArticleDOI

Analysis of structured programs

TL;DR: It is shown that an arbitrary program P is reducible to a D-chart if and only if P does not contain a loop with two distinct exits.
Journal ArticleDOI

A genealogy of control structures

TL;DR: It is argued further that there is insufficient evidence to warrant more than if-then-else, while-do, and their variants and the importance of one-in, one-out control structures as operational abstractions.