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
Book ChapterDOI

A discourse on complexity of process models

TL;DR: Insight is gathered from software engineering, cognitive science, and graph theory on how complexity can be measured, and in how far analogous metrics can be defined on business process models.
Journal ArticleDOI

Predicting software development errors using software complexity metrics

TL;DR: Predictive models that incorporate a functional relationship of program error measures with software complexity metrics and metrics based on factor analysis of empirical data are developed and suggest that predictive models are indeed possible for the determination of program errors from these orthogonal complexity domains.
Journal ArticleDOI

The adoption of software measures: A technology acceptance model (TAM) perspective

TL;DR: The model is based on the technology acceptance model (TAM) and operationalizes the perceived usefulness construct according to the ''desirable properties of software measures'' and provides guidance for software engineers in selecting among different software measures and for software metrics coordinators who are planning measurement programs.
Journal ArticleDOI

An empirical study of the impact of modern code review practices on software quality

TL;DR: Through a case study of the Qt, VTK, and ITK projects, it is found that code review coverage, participation, and expertise share a significant link with software quality.
Journal ArticleDOI

Studying programmer behavior experimentally: the problems of proper methodology

TL;DR: Three major areas of methodological concern, the selection of subjects, materials, and measures, are reviewed and the first two of these areas continue to present major difficulties for this type of research.
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.