scispace - formally typeset
Journal ArticleDOI

A Complexity Measure

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
Proceedings ArticleDOI

On the effect of code regularity on comprehension

TL;DR: It is suggested that code regularity—where the same structures are repeated time after time—may significantly reduce complexity, because once one figures out the basic repeated element it is easier to understand additional instances.
Journal ArticleDOI

A defect prediction method for software versioning

TL;DR: This study aims to propose a model to predict the number of defects in the new version of a software product with respect to the previous stable version, and can aid software engineers in determining the stability of software before it goes on production.
Journal ArticleDOI

A Comparative Study of Ordering and Classification of Fault-ProneSoftware Modules

TL;DR: It is found that module-order models give management more flexible reliability enhancement strategies than classification models, and in these case studies, yielded more accurate results than corresponding discriminant models.
Book

Bring Your Own Devices (BYOD) Survival Guide

Jessica Keyes
TL;DR: This book explains and then helps readers live with the psycho-techno phenomenon that is bring your own technology (BYOT).
Journal ArticleDOI

The allocation of collaborative efforts in open-source software

TL;DR: Preliminary evidence is provided that the organization of open-source software development would self-adapt to characteristics of the code base, in a [`]stigmergic' manner.
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.