software engineering introduction - bgufsen141/wiki.files/class-1...software engineering...

53
Software Engineering Introduction Based on Presentation by Mira Balaban Department of Computer Science Ben-Gurion university Igor Potapov: http://www.csc.liv.ac.uk/~igor/COMP201 Ian Sommerville: http://www.comp.lancs.ac.uk/computing/resources/IanS/SE7/Presentations/index.html Alexander Borgida: http://www.cs.rutgers.edu/~borgida/431/ Department of Computer Science Course: Foundations of Software Engineering Dr. Nurit Gal-Oz

Upload: others

Post on 19-Jun-2020

22 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering

Introduction

Based on Presentation by

Mira Balaban Department of Computer Science Ben-Gurion university

Igor Potapov: http://www.csc.liv.ac.uk/~igor/COMP201

Ian Sommerville: http://www.comp.lancs.ac.uk/computing/resources/IanS/SE7/Presentations/index.html

Alexander Borgida: http://www.cs.rutgers.edu/~borgida/431/

Department of Computer Science Course: Foundations of Software Engineering Dr. Nurit Gal-Oz

Page 2: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 2

What is software?

Computer programs and associated documentation

Software products may be developed for a particular customer or may be developed for a general market

Software products may be Generic - developed to be sold to a range of different customers

Bespoke (custom) - developed for a single customer according to their specification

Page 3: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 3

What is Engineering?

Application of a systematic, disciplined, quantifiable approach to

structures,

machines,

products,

systems,

processes.

Page 4: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 4

What is Software Engineering? Software Engineering is that form of engineering that applies

• a systematic disciplined quantifiable approach • the principles of computer science, design, engineering, management,

mathematics, psychology, sociology, and other disciplines as necessary • and sometimes just plain invention to

creating, developing, operating and maintaining cost-effective, reliably correct, high-quality solutions to software problems

[Definition by Berry 92]

SE requires

the identification of a problem,

a computer to carry execute a software product, and

a user environment (composed of people, tools, methodologies, etc.)

Page 5: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 5

Software Engineering - Motivation

Page 6: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 6

The task of software engineers?

Software engineers should

adopt a systematic and organised approach to their

work

use appropriate tools and techniques depending on

the problem to be solved,

the development constraints and

the resources available

Page 7: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 7

Origin of Software Engineering?

Software engineering deals with the development of high-quality software systems.

Software engineering is abstract – no physical limitations:

leads to unlimited complexity.

Software engineering – coined in 1968: within discussion of software crisis.

Page 8: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 8

What is the “software crisis”?

Major projects are meaningfully late.

Software costs more than predicted.

Software is unreliable.

Software is difficult to maintain.

Poor performance.

While hardware costs were decreasing, software costs were rising.

requires techniques to control the

complexity of large software systems.

Page 9: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 9

Standish Group’s CHAOS 2009 Report

Successful -projects delivered on time, on budget, with required features and functions.

Challenged - late, over budget, and/or with less than the required features and functions.

Failed - cancelled prior to completion or delivered and never used.

Page 10: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 10

Why Software Engineering is Needed? Software development is hard !

Important to distinguish “easy” systems (one developer, one user, experimental use only) from

“hard” systems (multiple developers, multiple users, products).

Experience with “easy” systems is misleading: One person techniques do not scale up.

Analogy with bridge building: Over a stream = easy, one person job.

Over a big River … ? (the techniques do not scale) `

Page 11: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 11

Why is SE hard? real world problems:

Requirements are not clear and “acceptability” is defined by user satisfaction For example: “software to help people control nuclear reactors”

As opposed to problems where there are pre-stated specifications (e.g. “write a program to find the shortest path...”), where it makes sense to talk about the correctness of a solution

wicked problems: define and solve concurrently no unique definition or solution always room for improvement in def’n and sol’n new problem, not previously encountered many stakeholders, with different goals

Page 12: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 12

Essential Difficulties of SE: [Brooks] COMPLEXITY:

• software is more complex for its size than any other human construct;

no two parts are alike (vs. car, microchips,...);

• science advances by simplifying, while software cannot ignore/simplify details of real world

• CONFORMITY: • among {hardware, software, people, organizations} it is software which is chosen to bend or

adapt because it is more malleable, last to arrive on the scene, usually only one developed on site,...

• CHANGEABILITY: • once delivered, most engineered products (hardware, cars, buildings) are rarely changed

because the cost to change would be a large fraction of the cost to make. The (unfortunate) perception is that software is cheap to change. And pressure to change comes from successful use, and aging hardware platform.

• INVISIBILITY: • since it has no physical reality, software is not properly visualizable with diagrams, etc. in the

way in which houses, circuits, etc are.

Page 13: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 13

Why Software Engineering Is Hard?

The main problem is complexity

Many sources, but size is key:

UNIX contains 4 million lines of code

Windows 2000 contains 108 lines of code

Software engineering is about managing this

complexity.

Page 14: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 14

What will (not) make a big difference: [Brooks1987]

• Minor • Ada or Java or C# or Python or ... • Object-Oriented Programming • Artificial Intelligence • Automatic Programming • Graphical programming • Program verification • Environments and tools • Workstations

• Major • Buy vs build • Requirements refinement and prototyping • Incremental development • Great designers (Unix, Pascal,Smalltalk vs Cobol,PL/I.Ada,MS-DOS)

Page 15: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 15

SE: Processes, Models, and Tools Processes:

Systematic ways of organizing teams and tasks so that there is a clear, traceable path from customer requirements to the final product (e.g.,Waterfall, Prototyping, Spiral, etc.)

Processes help organize and co-ordinate teams, prepare documentation, reduce bugs, manage risk, increase productivity, etc.

Models: Well-defined formal or informal languages and techniques for organizing and

communicating arguments and decisions about software. e.g: specification languages (Z, etc)

design models (UML, etc)

Models help stake-holders communicate: customers with developers, designers and developers, developers and testers etc.

If they are formal, they also can help support automation

Tools: Programs which automate or otherwise support software development tasks: e.g., Eclipse,

Make, CVS, etc. Tools increase productivity, quality and can reduce costs

Page 16: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 16

What is a software process? A structured set of activities required to develop a

software system

Generic activities in all software processes are:

Specification - what the system should do and its development constraints.

Development - production of the software system

Validation - checking that the software is what the customer wants.

Evolution - changing the software in response to changing demands.

Page 17: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 17

Software Engineering Activities 1. Problem statement

• needs analysis • requirements specification: functional, non-functional

2. Design • architectural • detailed • (communication, database)

3. Implementation • coding • testing: • module • integration • documentation

4. Maintenance • corrective • adaptive • enhancement

Specification

Development

Validation

Evolution

Page 18: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 18

What is a software process model? An abstract representation of a process

It presents a description of a process from some particular perspective

Examples of process perspectives: Workflow perspective represents inputs, outputs and dependencies. Data-flow perspective represents data transformation activities. Role/action perspective represents the roles/activities of the

people involved in software process.

Generic process models: Waterfall

Separate and distinct phases of specification and development

Evolutionary development Specification, development and testing are interleaved

Formal transformation A mathematical system model is formally transformed to an implementation

Integration from reusable components The system is assembled from existing components

In practice applied for

the design and implementation phase of software development

Page 19: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 19

What is CASE ? (Computer-Aided Software Engineering)

Software systems which are intended to provide automated

support for software process activities, such as requirements

analysis, system modelling, debugging and testing.

Upper-CASE

Tools to support the early process

activities of requirements and design.

Lower-CASE

Tools to support activities such as

programming, debugging and testing.

Page 20: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 20

The costs of software engineering

Roughly 60% of costs are development costs, 40% are testing costs. For custom software, evolution costs often exceed development costs.

Costs vary depending on the

type of system being developed

the requirements of system attributes such as performance and system reliability.

Distribution of costs depends on the development model that is used.

Page 21: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 21

The attributes of good software? The software should deliver the required functionality and

performance to the user and should be maintainable, dependable, efficient and usable

Maintainability Software must evolve to meet changing needs.

Dependability Software must be trustworthy.

Efficiency Software should not make wasteful use of system resources.

Usability Software must be usable by the users for which it was designed.

Page 22: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 22

Software engineering as a discipline

within computer science

Computer science theories are currently insufficient to act as a

complete underpinning for software engineering, BUT

it is a foundation for practical aspects of software engineering

Computer Science Software Engineering

is concerned with

theory

fundamentals

the practicalities of developing

delivering useful software

Page 23: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 23

Software engineering Vs. system

engineering

Software engineering is part of System engineering

System engineering is concerned with all aspects of computer-based systems development including hardware, software and process engineering

System engineers are involved in

system specification,

architectural design,

integration and deployment

Page 24: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 24

key challenges facing software

engineering Software engineering in the 21st century faces three key

challenges:

Heterogeneity Systems are distributed and include a mix of hardware and software.

Legacy systems (old valuable systems) must be maintained, updated and integrated into new systems.

Delivery There is an increasing pressure for faster delivery of software.

Trust Software must be trusted by its naive users.

Page 25: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 25

Professional and ethical responsibility (1)

Software engineering involves wider responsibilities than

simply the application of technical skills.

Software engineers must behave in an honest and ethically

responsible way if they are to be respected as professionals.

Ethical behaviour is more than simply upholding the law.

Page 26: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 26

Issues of professional responsibility (2) Confidentiality

Engineers should normally respect the confidentiality of their employers or clients irrespective of whether or not a formal confidentiality agreement has been signed.

Competence

Engineers should not misrepresent their level of competence. They should not knowingly accept work which is out with their competence.

Page 27: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 27

Issues of professional responsibility (3)

Intellectual property rights

Engineers should be aware of local laws governing

the use of intellectual property such as patents, copyright,

etc. They should be careful to ensure that the intellectual

property of employers and clients is protected.

Computer misuse

Software engineers should not use their technical skills to misuse

other people’s computers. Computer misuse ranges from

relatively trivial (game playing on an employer’s machine, say) to

extremely serious (dissemination of viruses).

Page 28: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 28

ACM/IEEE Code of Ethics

The professional societies in the US have cooperated to produce a code of ethical practice.

Members of these organisations sign up to the code of practice when they join.

The Code contains eight Principles related to the behaviour of and decisions made by professional software engineers, including practitioners, educators, managers, supervisors and policy makers, as well as trainees and students of the profession.

Page 29: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 29

Page 30: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 30

Code of ethics - principles

1. PUBLIC

Software engineers shall act consistently with the public interest.

2. CLIENT AND EMPLOYER

Software engineers shall act in a manner that is in the best interests of

their client and employer consistent with the public interest.

3. PRODUCT

Software engineers shall ensure that their products and related

modifications meet the highest professional standards possible.

Page 31: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 31

Code of ethics - principles

4. JUDGMENT

Software engineers shall maintain integrity and independence in their

professional judgment.

5. MANAGEMENT

Software engineering managers and leaders shall subscribe to and

promote an ethical approach to the management of software

development and maintenance.

6. PROFESSION

Software engineers shall advance the integrity and reputation of the

profession consistent with the public interest.

Page 32: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 32

Code of ethics - principles

7. COLLEAGUES

Software engineers shall be fair to and supportive of their colleagues.

8. SELF

Software engineers shall participate in lifelong learning regarding the practice of their profession and shall promote an ethical approach to the practice of the profession.

Page 33: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 33

Ethical dilemmas

Disagreement in principle with the policies of senior

management.

Your employer acts in an unethical way and releases a safety-critical

system without finishing the testing of the system.

Participation in the development of military weapons systems or

nuclear systems.

Page 34: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Development Process

Methodologies

Page 35: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 35

The Software Process

A structured set of activities required to develop a

software system

Specification

Analysis, design and implementation.

Validation

Evolution

A software process model is an abstract representation of a

process

A general approach for organizing a project into activities;

It presents a description of a process from some particular perspective

An aid to thinking, not a rigid prescription of the way to do things

Page 36: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 36

Waterfall Model

Requirementsdefinition

System andsoftware design

Implementationand unit testing

Integration andsystem testing

Operation andmaintenance

• Inflexible partitioning of the

project into distinct stages

• Difficult to respond to changing

customer requirements

Page 37: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 37

Evolutionary development System requirements always evolve in the course of a project.

Specification is evolved in conjunction with the software

No complete specification in the system development contract

ValidationFinal

version

DevelopmentIntermediate

versions

SpecificationInitial

version

Outline

description

Concurrent

activities

Page 38: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 38

Incremental Development Incremental development is a staging and scheduling strategy in which

various parts of the system are developed at different times or rates, and

integrated as they are completed.

The alternative strategy to incremental development is to develop the

entire system with a “big bang” integration at the end.

Using both incremental and iterative development © Alistair Cockburn 2008

Page 39: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 39

Incremental Development

Verify For each build

perform:

• Detail Design

• Implementation

• Test

• Deliver to Client

Maintenance

development

Maintenance

Architectural

Design

Verify

System

Analysis

Verify

Requirements

Definition

Retirement

System Engineering

Page 40: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 40

Iterative Development Iterative development is a rework scheduling strategy in which time is

set aside to revise and improve parts of the system.

The alternative strategy to iterative development is to plan to get

everything right the first time.

Using both incremental and iterative development © Alistair Cockburn 2008

Page 41: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 41

Iterative Development There are two particular, specialized rework strategies:

Develop the system as well as possible, in the thinking that if it is done

sufficiently well, the changes will be relatively minor and can be

incorporated quickly

Develop the least amount possible before sending out for evaluation, in the

thinking that less work will be wasted when the new information arrives.

Mona Liza example

Page 42: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 42

Incremental means adding, iterative

means reworking (by Alistair Cockburn)

Incremental development is a staging and scheduling strategy in which the various

parts of the system are developed at different times or rates and integrated as they are

completed. The alternative is to develop the entire system with a big bang integration at the

end.

Iterative development is a rework scheduling strategy in which time is set aside to

revise and improve parts of the system. The alternative development is to get it right the

first time (or at least declare that it is right!).

http://www.stickyminds.com/BetterSoftware/magazine.asp?fn=cifea&id=108

Increment Iterate

fundamentally means “add onto”. fundamentally means “change”.

repeating the process on a new section

of work. repeating the process on the same

section of work

repeat the process (, design,

implement, evaluate), repeat the process (, design,

implement, evaluate),

Page 43: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 43

Spiral model (Boehm 87)

1. Objective setting

Specific objectives for the phase are identified.

2. Risk assessment and reduction

Risks are assessed and activities put in place to reduce the key risks.

3. Development and validation

A development model for the system is chosen which can be any of the generic models.

4. Planning

The project is reviewed and the next phase of the spiral is planned.

•Process is spiral - not

a sequence of activities with backtracking.

•A loop = phase in the process.

•No fixed phases such as specification or design

• loops are chosen depending

on what is required.

•Risks are explicitly assessed and resolved throughout the process.

Page 44: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 44

The (Rational) Unified Process Each cycle :

Inception

Establish the business

case for the system.

Elaboration

Develop an understanding

of the problem domain

and the system architecture.

Construction

System design,

programming and testing.

Transition

Deploy the system in its

operating environment.

•www.ibm.com/developerworks/webservices/library/ws-soa-term2

Page 46: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 46

What is an Agile method? Focus on the code rather than the design.

Based on an iterative approach to software development.

Intended to deliver working software quickly.

Evolve quickly to meet changing requirements.

There are claims that agile methods are probably best suited to small/medium-

sized business systems or PC products.

More active customer involvement needed

Considered People-based rather than Plan-based

Several agile methods

Extreme Programming (XP) most popular

No single definition -Agile Manifesto (2001) closest to a definition

Set of principles

Developed by Agile Alliance

Page 47: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 47

The players in the game are “People”

Weak on: Strong on:

Consistency Communicating

Discipline Looking around

Following instructions Copy / modifying

Motivated by:

Pride in work

Pride in contributing

Pride in accomplishment

Page 48: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 48

Summary of Principles of agile methods

Principle Description

Customer involvement The customer should be closely involved throughout the

development process. Their role is provide and prioritise new

system requirements and to evaluate the iterations of the system.

Incremental delivery The software is developed in increments with the customer

specifying the requirements to be included in each increment.

People not process The skills of the development team should be recognised and

exploited. The team should be left to develop their own ways of

working without prescriptive processes.

Embrace change Expect the system requirements to change and design the system

so that it can accommodate these changes.

Maintain simplicity Focus on simplicity in both the software being developed and in

the development process used. Wherever possible, actively work

to eliminate complexity from the system.

Page 49: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 49

What are the Agile Methodologies? eXtreme Programming has received the most attention, but here is a list:

XP SCRUM

DSDM

The Crystal Family ASD FDD dX (agile RUP)

Open Source

Agile Modeling Pragmatic Programming

Page 50: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 50

eXtreme Programming

Development and delivery of very small increments of

functionality.

Relies on constant code improvement, user involvement in

the development team and pair wise programming.

Emphasizes Test Driven Development (TDD) as part of the

small development iterations.

Page 51: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 51

Claimed Problems with agile methods

It can be difficult to keep the interest of customers who are

involved in the process.

Team members may be unsuited to the intense involvement

that characterizes agile methods.

Prioritising changes can be difficult where there are multiple

stakeholders.

Maintaining simplicity requires extra work.

Contracts may be a problem as with other approaches to

iterative development.

Page 52: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 52

Problems with incremental development

(from a waterfall eye…) Management problems

Progress can be hard to judge and problems hard to find because there is no documentation to demonstrate what has been done.

Contractual problems The normal contract may include a specification; without a specification,

different forms of contract have to be used.

Validation problems Without a specification, what is the system being tested against?

Maintenance problems Continual change tends to corrupt software structure making it more

expensive to change and evolve to meet new requirements.

Page 53: Software Engineering Introduction - BGUfsen141/wiki.files/class-1...Software Engineering Introduction 10 Why Software Engineering is Needed? Software development is hard! Important

Software Engineering Introduction 53

SE Research

Academic Legitimacy of the Software Engineering Discipline (Daniel M. Berry)

Occasionally, a researcher gets an idea for a new approach that may seem

ridiculous to others, who discount it. However, in any area of active

research, it is dangerous to discount any approach that has a reason that it

might work and that has not been specifically disproved.

No one can know ahead of time whether or not the approach will

work. If we discount an approach that would have worked, we are cutting

ourselves off from a benefit. Ultimately, we cannot discount anything that

might yield a solution, anything reasonable that has not been

demonstrated not to have any impact on the process or the software.