36
Real Software Engineering Glenn Vanderburg InfoEther [email protected] Software Engineering Doesn’t Work!

Glenn Vanderburg — Real software engineering

  • Upload
    atr2006

  • View
    64

  • Download
    3

Embed Size (px)

Citation preview

Page 1: Glenn Vanderburg — Real software engineering

Real Software EngineeringGlenn Vanderburg

[email protected]

Software EngineeringDoesn’t Work!

Page 2: Glenn Vanderburg — Real software engineering

Caricature ofEngineering

RealEngineering

RealSoftware

RealSoftware

Engineering

A Caricature of Engineering

Page 3: Glenn Vanderburg — Real software engineering

1. A software system can best be designed if the testing is interlaced with the designing instead of being used after the design.

Page 4: Glenn Vanderburg — Real software engineering

2. A simulation which matches the requirements contains the control which organizes the design of the system.

3. Through successive repetitions of this process of interlaced testing and design the model ultimately becomes the software system itself. [...] in effect the testing and the replacement of simulations with modules that are deeper and more detailed goes on with the simulation model controlling, as it were, the place and order in which these things are done.

Page 5: Glenn Vanderburg — Real software engineering

MANAGING THE DEVELOPMENT OF LARGE SOFTWARE SYSTEMS

Dr. Winston W. Rovce

INTRODUCTION l am going to describe my pe,-.~onal views about managing large software developments. I have had

various assignments during the past nit,.: years, mostly concerned with the development of software packages

for spacecraft mission planning, commanding and post-flight analysis. In these assignments I have experienced

different degrees of successwith respect to arriving at an operational state, on-time, and wi th in costs. I have

become prejudiced by my experiences and I am going to relate some of these prejudices in this presentation.

COMPUTER PROGRAM DEVELOPMENT FUNCTIONS There are two essential steps common to all computer program developments, regardless of size or

complexity. There is first an analysis step, fol lowed second by a coding step as depicted in Figure 1. This sort

of very simple implementation concept is in fact all that is required if the effort is suff iciently small and if the

final product is to be operated by those who built it - as is typical ly done with computer programs for internal

use. It is also the kind of development effort for which most customers are happy to pay, since both steps

involve genuinely creative work which directly contributes to the usefulness of the final product. An

implementation plan to manufacture 13rger software systems, and keyed only to these steps, however, is doomed

• tofa i lure. Many addit ional development steps are required, none contribute as directly to the final product as

analysis and coding, and all drive up the development costs. Customer personnel typical ly would rather not pay

for them, and development personnel would rather not implement them. The prime function of management

is to sell these concepts to both groups and then enforce compliance on the part of development personnel.

ANALYSIS

CODING

Figure 1. Implementat ion steps to deliver a small computer program for internal operations.

A more grandiose approach to software development is illustrated in Figure 2. The analysis and coding

steps are still in the picture, but they are preceded by two levels of requirements analysis, are separated by a

program design step, and fol lowed by a testing step. These additions are treated separately from analysis and

coding because they are distinctly dif ferent in the way they are executed. They must be planned and staffed

di f ferent ly for best ut i l izat ion of program resources.

Figure 3 portrays the iterative relationship between successive development phases for this scheme.

The ordering of steps is based on the fol lowing concept: that as each step progresses and the design is further

detailed, there is an iteration with the preceding and succeeding steps but rarely with the more remote steps in

the sequence. The virtue of all of this is that as the design proceeds the change process is scoped down to

manageable limits. At any point in the design process after the requirements analysis is completed there exists

a f irm and c~seup~ moving baseline to whi(:h to ~ tu rn in the event of unforeseen design diff icult ies. What we

have is an effective fallback position that tends to maximize the extent of early work that is salvageable and preserved.

Reprinted from Proceedings, IEEE WESCON, August 1970, pages 1-9. Co_pyright © 1_9_70 by The Institute of Electrical and Electronics Et)gineers,, .328 Inc. Originally published by TRW.

I SYSTE M

I ANALYSIS

PROGRAM DESIGN

I c o o , . o

TESTING

I OPERATIONS

Figure 2. Implementation steps to develop a large computer program for delivery to a customer.

I believe in this concept, but the implementation described above is risky and invites failure. The problem is illustrated in Figure 4. The testing phase which occurs at the end of the development cycle is the first event for which timing, storage, input /output transfers, etc., are experienced as distinguished from analyzed. These phenomena are not precisely analyzable. They are not the solutions to the standard partial differential equations of mathematical physics for instance. Yet if these phenomena fail to satisfy the various external constraints, then invariably a major redesign is required. A simple octal patch or redo of some isolated code wil l not f ix these kinds of diff iculties. The required design changes are l ikely to be so disruptive that the software requirements upon which the design is based and which provides the rationale for everything are violated. Either the requirements must be modif ied, or a substantial change in the design is required. In effect the development process has returned to the origin and one can expect up to a lO0-percent overrun in schedule and/or costs.

One might note that there has been a skipping-over of the analysis and code phases. One cannot, of course, produce software wi thout these steps, but generally these phases are managed wi th relative ease and have l i tt le impact on requirements, design, and testing. In my experience there are whole departments consumed with the analysis of orbi t mechanics, spacecraft att i tude determination, mathematical opt imizat ion of payload activity and so forth, but when these departments have completed their di f f icul t and complex work, the resultant program steps involvea few lines of serial arithmetic code. If in the execution of their d i f f icul t and complex work the analysts have made a mistake, the correction is invariably implemented by a minor change in the code with no disruptive feedback into the other development bases.

However, I believe the illustrated approach to be fundamental ly sound. The remainder of this discussion presents five addit ional features that must be added to this basic approach to eliminate most of the development risks.

329

Page 6: Glenn Vanderburg — Real software engineering

An implementation plan ... keyed only to these steps,

however, is doomed.

Page 7: Glenn Vanderburg — Real software engineering
Page 8: Glenn Vanderburg — Real software engineering
Page 9: Glenn Vanderburg — Real software engineering

C l Q.

/

(/) I-- z~

i,,. ua

,~L r.n

rr

n

In

.J

ii1

,< z < E

337

Z o_ I.- < r,- ill Q

.

o

/'L__J (.-

r-

0 (J

f-

t.-

0 .E

~n

E E >o +.~

I E o E

4..,

o r-

Q.

c~

ii

Page 10: Glenn Vanderburg — Real software engineering
Page 11: Glenn Vanderburg — Real software engineering

For every complex problem there is a solution that is simple, neat, and wrong.

—H. L. Mencken

The defined process control model requires that every piece of

work be completely understood. A defined process can be started

and allowed to run until completion, with the same

results every time.

Page 12: Glenn Vanderburg — Real software engineering

“A Rational Design Process”A. Establish and document requirements

B. Design and document the module structure

C. Design and document the module interfaces

D. Design and document the uses hierarchy

E. Design and document the module internal structures

F. Write programs

G. Maintain

From that same paper![…] the picture of the software designer deriving his design in a rational way from a statement of requirements is quite unrealistic.

No system has ever been developed in that way, and probably none ever will.

—David Parnas

Page 13: Glenn Vanderburg — Real software engineering

Cost of Errors

Project Phase

Cos

t of E

rror

s

The Software Engineering Solution

Project Phase

Cos

t of E

rror

s

Page 14: Glenn Vanderburg — Real software engineering

Secondary Effects

Project Phase

Cos

t of E

rror

s

Budget Pressures Resist …

Project Phase

Cos

t of E

rror

s

Page 15: Glenn Vanderburg — Real software engineering

Budget Pressures Resist …

Project Phase

Cos

t of E

rror

s

Budget Pressures Resist …

Project Phase

Cos

t of E

rror

s

Page 16: Glenn Vanderburg — Real software engineering

Modeling and Math Envy

“In engineering … people design through

documentation.”

Page 17: Glenn Vanderburg — Real software engineering

BoochOOSE

OMT

CASE Tools

UML

MDAVDM

Z

Page 18: Glenn Vanderburg — Real software engineering

This is not some kind of engineering where all we have to do is put something in one

end and turn the crank.—Bruce Eckel

Real Engineering

Page 19: Glenn Vanderburg — Real software engineering

There is no kind of engineering where all we have to do isput something in one end

and turn the crank.

Different Engineering Disciplines are Different

• Different materials, physical effects, forces

• Different degrees of complexity in requirements, designs, processes, and artifacts

• Varied reliance on formal modeling and analysis vs. experimentation, prototyping, and testing

• Varied use of defined and empirical processes

Page 20: Glenn Vanderburg — Real software engineering

The defined process control model requires that every piece of

work be completely understood. A defined process can be started

and allowed to run until completion, with the same

results every time.

The empirical process control model provides and exercises control

through frequent inspection and adaptation for processes that are imperfectly defined and generate unpredictable and

unrepeatable outputs.

Page 21: Glenn Vanderburg — Real software engineering

Cost is always an object.

Engineering is not the art of constructing. It is rather the art of not constructing: or, it is the art of doing well

with one dollar what any bungler can do with two.—Arthur Me$en We$ington

Page 22: Glenn Vanderburg — Real software engineering

Advances come from practitioners.

Page 23: Glenn Vanderburg — Real software engineering

Mathematical modeling was introduced as a cost-saving measure.

Page 24: Glenn Vanderburg — Real software engineering
Page 25: Glenn Vanderburg — Real software engineering
Page 26: Glenn Vanderburg — Real software engineering

Structural engineering isthe science and art

of designing and making,with economy and elegance,[…] structures so that they

can safely resist the forces to which they may be subjected.—Structural Engineer’s Association

Page 27: Glenn Vanderburg — Real software engineering

RealSoftware Engineering

Software engineering isthe science and art

of designing and making,with economy and elegance,[…] systems so that they can

readily adapt to the situations to which they may be subjected.

Page 28: Glenn Vanderburg — Real software engineering

Software engineering will be different from other kinds of engineering.

The testing phase … is the first event for which timing, storage, input/output

transfers, etc., are experienced as distinguished from analyzed. These

phenomena are not precisely analyzable.

Page 29: Glenn Vanderburg — Real software engineering

Yet if these phenomena fail to satisfy the various external constraints, then

invariably a major redesign is required. In effect the development process has

returned to the origin and one can expect up to a 100-percent overrun in

schedule and/or costs.—Winston Royce

Page 30: Glenn Vanderburg — Real software engineering

What is needed is not classical mathematics, but mathematics. Systems should be built at levels and modules, which form a mathematical structure.—Friedrich Bauer

Page 31: Glenn Vanderburg — Real software engineering

We, in the Netherlands, have the title Mathematical Engineer. Software engineering seems to be the activity for the Mathematical Engineer par excellence. [...] our basic tools are mathematical in nature.—Edsger Dijkstra

divided by 2 3 4 7

9 4.5 3 2.5 1.29

10 5.0 3.33 2.5 1.43

11 5.5 3.66 2.75 1.57

12.6 6.3 4.2 3.15 1.8

22 11.0 7.33 5.5 3.14

100 50.0 33.33 25.0 14.29

Page 32: Glenn Vanderburg — Real software engineering

class < Test::Unit::TestCase def test_division assert_equal 5.0, ( 10 / 2 ) assert_equal 4.2, ( 12.6 / 3 ) assert_in_delta 3.14, ( 22 / 7 ), 0.01 assert 5 > ( 9 / 3 ) assert 4...6 === ( 11 / 2 ) assert_equal 32, ( 100 / 4 ) endend

describe "numbers" do it "divides" do (10 / 2) .should == 5.0 (12.6 / 3).should == 4.2 (22 / 7) .should be_close(3.14, 0.01) (9 / 3) .should < 5 (11/2) .should satisfy{|n| n > 4 && n < 6 } (100 / 4) .should == 32 endend

Feature: Addition In order to avoid silly mistakes As an error-prone person I want to divide two numbers Scenario Outline: Divide two numbers Given I have entered <input_1> And I have entered <input_2> When I press "divide" Then the result should be <result> Examples: | input_1 | input_2 | result | | 10 | 2 | 5.0 | | 12.6 | 3 | 4.2 | | 22 | 7 | ~=3.14 | | 9 | 3 | <5 | | 11 | 2 | 4<_<6 | | 100 | 4 | 32 |

eg.Divisioneg.Divisioneg.Divisionnumerator denominator quotient?10 2 5.012.6 3 4.222 7 ~=3.149 3 <511 2 4<_<6

100 432 expected25 actual

refactoring

continuous integration

simpledesign

system metaphor

collective ownership

coding standards

pair programming

40-hourweek

unittesting

shortreleases

on-site customer

planning game

acceptancetesting

Page 33: Glenn Vanderburg — Real software engineering

pair programmingunit testing

system metaphorcontinuous integration

on-site customer

collectiveownership

acceptancetesting

planninggame

shortreleases

solutions

priorities

features

architecture

designclasses and interfaces

statements andmethods

pair programmingunit testing

system metaphorcontinuous integration

on-site customer

collectiveownership

acceptancetesting

planninggame

shortreleases

months

weeks

days

hours

minutesseconds

Page 34: Glenn Vanderburg — Real software engineering

• Code is hard to read

• Code is hard to change

• Testing is expensive

Assumptions Once True, But No Longer

• All engineering is like structural engineering

• Programming is like building

• Modeling and analysis are about correctness

Assumptions Once Believed But Never True

Page 35: Glenn Vanderburg — Real software engineering

The Reality ofSoftware Engineering

• Software is very unlike bridges and buildings.

• Additional complexity hinders requirements, design, and approval.

• Source code is a model.

• Building and testing our interim designs is effectively free.

• Empirical processes are rational for software.

Agile software development, far from being anti-engineering,

represents the responsible application of engineering

ideals to the field of software.

Page 36: Glenn Vanderburg — Real software engineering

Real Software EngineeringGlenn Vanderburg

[email protected]

http://spkr8.com/t/3398

Photo Credits (all from Flickr):Seattle Municipal Archives:! /photos/seattlemunicipalarchives/2713475713/Will Scullin:! /photos/wscullin/3770015203/Bill Jacobus:! /photos/billjacobus1/122497422/kke:! /photos/kesta/1818986646/Carol Shergold:! /photos/carolshergold/1921464196/Bill Abbott:! /photos/wbaiv/3236672907/