Abstract
Describes how the Cleanroom software development methodology can be applied to programs in the Python language.
This publication is available in Web form and also as a PDF document.
Please forward any comments to john@nmt.edu.
Table of Contents
The idea of zero-defect development addresses quality issues by seeking to prevent the initial introduction of defects into a design, rather than trying to find and repair them later.
Cleanroom software engineering is a zero-defect methodology developed by IBM Federal Systems Division for use in the project that developed onboard software for the Space Shuttle.
The author learned the method from Dr. Allan M. Stavely, whose book Toward Zero-defect Programming describes the method in general. This work describes how the author has applied this methodology to the construction of programs in the Python programming language.
If you want more effective programmers, you will discover that they should not waste their time debugging, they should not introduce the bugs to start with. | ||
| -- Edsger J. Dijkstra, Comm. ACM 15(10), Oct. 1972: pp. 859–866. | ||
The term “cleanroom” is an analogy to the cleanrooms used in integrated circuit fabrication: it is better to write the code without defects than to try to find and remove them later.