SlideShare a Scribd company logo
4
Most read
11
Most read
15
Most read
Improving
Software
Economics
Dr Meena Malik (meenamlk@gmail.com)
Five basic parameters of the software cost model
are:
1.Reducing the size or complexity of what needs to be
developed.
2. Improving the development process.
3. Using more-skilled personnel and better teams (not
necessarily the same thing).
4. Using better environments (tools to automate the
process).
5. Trading off or backing off on quality thresholds.
Lect5 improving software economics
1. REDUCING SOFTWARE PRODUCT SIZE
To improve affordability and return on investment (ROI) and to
produce a product that achieves the design goals with the
minimum amount of human-generated source material.
• Component-based development is helpful for reducing the "source"
language size to achieve a software solution.
• Reuse, object-oriented technology, automatic code production, and
higher order programming languages are all focused on achieving a
given system with fewer lines of human-specified source directives.
• Size reduction is the primary motivation behind improvements in
higher order languages (such as C++, Ada 95, Java, Visual Basic),
automatic code generators (CASE tools, visual modeling tools, GUI
builders), reuse of commercial components (operating systems,
windowing environments, DBMS, middleware, networks), and OOPS
technologies (Unified Modeling Language, visual modeling tools,
architecture frameworks).
• The reduction is defined in terms of human-generated source material. In
general, when size-reducing technologies are used, they reduce the
number of human-generated source lines.
1.1 LANGUAGES
• Universal function points (UFPs1) are useful estimators for language-
independent, early life-cycle estimates. The basic units of function
points are external user inputs, external outputs, internal logical data
groups, external data interfaces, and external inquiries.
• SLOC metrics are useful estimators for software after a candidate
solution is formulated and an implementation language is known.
• Substantial data have been documented relating SLOC to function
points.
1.2 OBJECT-ORIENTED METHODS AND
VISUAL MODELING
• Object-oriented programming languages benefit both software
productivity and software quality. The fundamental impact of object-
oriented technology is in reducing the overall size of what needs to be
developed.
• People like drawing pictures to explain something to others or to
themselves. When they do it for software system design, they call
these pictures diagrams or diagrammatic models and the very
notation for them a modeling language. Some examples of the
interrelationships among the dimensions of improving software
economics.
1. An object-oriented model of the problem and its solution encourages a
common vocabulary between the end users of a system and its developers, thus
creating a shared understanding of the problem being solved.
2. The use of continuous integration creates opportunities to recognize risk early
and make incremental corrections without destabilizing the entire development
effort.
3. An object-oriented architecture provides a clear separation of concerns among
disparate elements of a system, creating firewalls that prevent a change in one
part of the system from rending the fabric of the entire architecture.
Five characteristics (as per Booch )of a successful object-
oriented project.
1. A ruthless focus on the development of a system that provides a
well understood collection of essential minimal characteristics.
2. The existence of a culture that is centered on results, encourages
communication, and yet is not afraid to fail.
3. The effective use of object-oriented modeling.
4. The existence of a strong architectural vision.
5. The application of a well-managed iterative and incremental
development life cycle.
1.3 REUSE
• Reusing existing components and building reusable components
have been natural software engineering activities.
• With reuse in order to minimize development costs while
achieving all the other required attributes of performance, feature
set, and quality.
• Try to treat reuse as a mundane part of achieving a return on
investment.
• Most truly reusable components of value are transitioned to
commercial products supported by organizations with the
following characteristics:
• They have an economic motivation for continued support.
• They take ownership of improving product quality, adding new features,
and transitioning to new technologies.
• They have a sufficiently broad customer base to be profitable.
• The cost of developing a reusable component is not trivial
• Reuse is an important discipline that has an impact on the efficiency of all
workflows and the quality of most artifacts
1.4 COMMERCIAL COMPONENTS
• Try to maximize integration of commercial components and off-the-shelf
products.
• The use of commercial components is certainly desirable as a means of
reducing custom development
2. IMPROVING SOFTWARE
PROCESSES
3 level of Process can be identified in an organisation:
• Metaprocess: an organization's policies, procedures, and practices
for pursuing a software-intensive line of business. The focus of this
process is on organizational economics, long-term strategies, and
software ROI.
• Macroprocess: a project's policies, procedures, and practices for
producing a complete software product within certain cost, schedule,
and quality constraints. The focus of the macro process is on creating
an adequate instance of the Meta process for a specific set of
constraints.
• Microprocess: a project team's policies, procedures, and practices
for achieving an artifact of the software process. The focus of the micro
process is on achieving an intermediate product baseline with adequate
quality and adequate functionality as economically and rapidly as
practical.
Lect5 improving software economics
3. IMPROVING TEAM EFFECTIVENESS
Teamwork is much more important than the sum of the individuals. With
software teams, a project manager needs to configure a balance of solid
talent with highly skilled people in the leverage positions. Some maxims of
team management include the following:
• A well-managed project can succeed with a nominal engineering team.
• A mismanaged project will almost never succeed, even with an expert
team of engineers.
• A well-architected system can be built by a nominal team of software
builders.
• A poorly architected system will flounder even with an expert team of
builders.
• Boehm five staffing principles are
• 1. The principle of top talent: Use better and fewer people
• 2. The principle of job matching: Fit the tasks to the skills and motivation of the people
available.
• 3. The principle of career progression: An organization does best in the long run by
helping its people to self-actualize.
• 4. The principle of team balance: Select people who will complement and harmonize
• 5. The principle of phase-out: Keeping a misfit on the team doesn't benefit anyone
Software project managers need many leadership qualities in order to
enhance team effectiveness. Attributes of successful software project
managers :
• Hiring skills. Few decisions are as important as hiring decisions. Placing the
right person in the right job seems obvious but is surprisingly hard to achieve.
• Customer-interface skill. Avoiding adversarial relationships among
stakeholders is a prerequisite for success.
• Decision-making skill. The jillion books written about management have failed
to provide a clear definition of this attribute. We all know a good leader when we
run into one, and decision-making skill seems obvious despite its intangible
definition.
• Team-building skill. Teamwork requires that a manager establish trust,
motivate progress, exploit eccentric prima donnas, transition average people into
top performers, eliminate misfits, and consolidate diverse opinions into a team
direction.
• Selling skill. Successful project managers must sell all stakeholders (including
themselves) on decisions and priorities, sell candidates on job positions, sell
changes to the status quo in the face of resistance, and sell achievements against
objectives. In practice, selling requires continuous negotiation, compromise, and
empathy
IMPROVINGAUTOMATION THROUGH
SOFTWARE ENVIRONMENTS
• The tools and environment have a linear effect on the productivity of
the process.
• Planning tools, requirements management tools, visual modeling
tools, compilers, editors, debuggers, quality assurance analysis tools,
test tools, and user interfaces provide crucial automation support for
evolving the software engineering artifacts.
• configuration management environments provide the foundation for
executing and instrument the process.
• At first order, the isolated impact of tools and automation generally
allows improvements of 20% to 40% in effort.
• tools and environments must be viewed as the primary delivery
vehicle for process automation and improvement, so their impact can
be much higher.
• Automation of the design process provides payback in quality, the
ability to estimate costs and schedules, and overall productivity using
a smaller team.
• .
• Round-trip engineering describes the key capability of
environments that support iterative development. As we
have moved into maintaining different information
repositories for the engineering artifacts, we need
automation support to ensure efficient and error-free
transition of data from one artifact to another.
• Forward engineering is the automation of one engineering
artifact from another, more abstract representation.
(compilers and linkers have provided automated transition
of source code into executable code).
• Reverse engineering is the generation or modification of a
more abstract representation from an existing artifact (for
example, creating a visual design model from a source
code representation).
• Requirements analysis and evolution activities consume 40%
of life-cycle costs.
• Software design activities have an impact on more than 50% of
the resources.
• Coding and unit testing activities consume about 50% of
software development effort and schedule.
• Test activities can consume as much as 50% of a project's
resources.
• Configuration control and change management are critical
activities that can consume as much as 25% of resources on a
large-scale project.
• Documentation activities can consume more than 30% of
project engineering resources.
• Project management, business administration, and progress
assessment can consume as much as 30% of project budgets.
ACHIEVING REQUIRED QUALITY
• Software best practices are derived from the development process
and technologies. Key practices that improve overall software quality
include the following:
• Focusing on driving requirements and critical use cases early in the
life cycle, focusing on requirements completeness and traceability late
in the life cycle, and focusing throughout the life cycle on a balance
between requirements evolution, design evolution, and plan evolution
• Using metrics and indicators to measure the progress and quality of
an architecture as it evolves from a high-level prototype into a fully
compliant product
• Providing integrated life-cycle environments that support early and
continuous configuration control, change management, rigorous
design methods, document automation, and regression test
automation
• Using visual modeling and higher level languages that support
architectural control, abstraction, reliable programming, reuse, and
self-documentation
• Early and continuous insight into performance issues through
demonstration-based evaluations
Lect5 improving software economics
Events in Performance Assessment
• Project inception. The proposed design was asserted to be low
risk with adequate performance margin.
• Initial design review. Optimistic assessments of adequate design
margin were based mostly on paper analysis or rough simulation of the
critical threads.
• Mid-life-cycle design review. The assessments started whittling
away at the margin, as early benchmarks and initial tests began
exposing the optimism inherent in earlier estimates.
• Integration and test. Serious performance problems were
uncovered, necessitating fundamental changes in the architecture. The
underlying infrastructure was usually the scapegoat, but the real culprit
was immature use of the infrastructure, immature architectural
solutions, or poorly understood early design trade-offs.
PEER INSPECTIONS
A PRAGMATIC VIEW
Peer reviews are valuable, but they are rarely significant contributors to
quality compared with the following primary quality mechanisms and
indicators, which should be emphasized in the management process:
• Transitioning engineering information from one artifact set to
another, thereby assessing the consistency, feasibility,
understandability, and technology constraints inherent in the
engineering artifacts
• Major milestone demonstrations that force the artifacts to be
assessed against tangible criteria in the context of relevant use cases
• Environment tools (compilers, debuggers, analyzers, automated test
suites) that ensure representation rigor, consistency, completeness,
and change control
• Life-cycle testing for detailed insight into critical trade-offs,
acceptance criteria, and requirements compliance
• Change management metrics for objective insight into multiple-
perspective change trends and convergence or divergence from
quality and progress goals
• Inspections are also a good vehicle for holding authors
accountable for quality products.
• All authors of software and documentation should have
their products scrutinized as a natural by-product of the
process.
• Therefore, the coverage of inspections should be across
all authors rather than across all components.
References
• Software Project management, Walker Royce, Addison
Wesley, 1998.
• https://www.javatpoint.com/software-project-management

More Related Content

PPTX
Lect4 software economics
meena466141
 
PDF
Spm life cycle phase
gollasaidulu1
 
PPTX
Design Model & User Interface Design in Software Engineering
Meghaj Mallick
 
PPT
Analysis modeling in software engineering
MuhammadTalha436
 
PPTX
4.software management
Deepak Sharma
 
PPTX
Economics In Software Engineering
ParthKhatri12
 
PPT
Chapter_03.ppt
oluobes
 
PDF
CS8592-OOAD Lecture Notes Unit-1
Gobinath Subramaniam
 
Lect4 software economics
meena466141
 
Spm life cycle phase
gollasaidulu1
 
Design Model & User Interface Design in Software Engineering
Meghaj Mallick
 
Analysis modeling in software engineering
MuhammadTalha436
 
4.software management
Deepak Sharma
 
Economics In Software Engineering
ParthKhatri12
 
Chapter_03.ppt
oluobes
 
CS8592-OOAD Lecture Notes Unit-1
Gobinath Subramaniam
 

What's hot (20)

PPTX
software project management Artifact set(spm)
REHMAT ULLAH
 
PPTX
Artifacts
Mayuresh Wadekar
 
PPTX
Checkpoints of the Process
Munazza-Mah-Jabeen
 
PPTX
WORKFLOW OF THE PROCESS IN SPM
garishma bhatia
 
PPTX
Software project management Software economics
REHMAT ULLAH
 
PPTX
Model Based Software Architectures
Munazza-Mah-Jabeen
 
PPTX
Software Cost Estimation Techniques
Santhi thi
 
PPTX
Lect2 conventional software management
meena466141
 
PPT
Improving software economics
deep sharma
 
PDF
Project control and process instrumentation
Kuppusamy P
 
DOCX
VIRTUALIZATION STRUCTURES TOOLS.docx
kumari36
 
PDF
Unit 4- Software Engineering System Model Notes
arvind pandey
 
PPTX
Planning the development process
Siva Priya
 
PPTX
Designing Techniques in Software Engineering
kirupasuchi1996
 
DOCX
Spm unit 2
Naga Dinesh
 
PPTX
Software maintenance Unit5
Mohammad Faizan
 
PDF
Programming team structure
NancyBeaulah_R
 
ODP
Evolutionary process models se.ppt
bhadjaashvini1
 
PPTX
Chapter 1 2 - some size factors
NancyBeaulah_R
 
PDF
Object oriented software engineering concepts
Komal Singh
 
software project management Artifact set(spm)
REHMAT ULLAH
 
Artifacts
Mayuresh Wadekar
 
Checkpoints of the Process
Munazza-Mah-Jabeen
 
WORKFLOW OF THE PROCESS IN SPM
garishma bhatia
 
Software project management Software economics
REHMAT ULLAH
 
Model Based Software Architectures
Munazza-Mah-Jabeen
 
Software Cost Estimation Techniques
Santhi thi
 
Lect2 conventional software management
meena466141
 
Improving software economics
deep sharma
 
Project control and process instrumentation
Kuppusamy P
 
VIRTUALIZATION STRUCTURES TOOLS.docx
kumari36
 
Unit 4- Software Engineering System Model Notes
arvind pandey
 
Planning the development process
Siva Priya
 
Designing Techniques in Software Engineering
kirupasuchi1996
 
Spm unit 2
Naga Dinesh
 
Software maintenance Unit5
Mohammad Faizan
 
Programming team structure
NancyBeaulah_R
 
Evolutionary process models se.ppt
bhadjaashvini1
 
Chapter 1 2 - some size factors
NancyBeaulah_R
 
Object oriented software engineering concepts
Komal Singh
 
Ad

Similar to Lect5 improving software economics (20)

PPTX
Software process is tge helpful for software engineer
rajajacobc
 
PPTX
UNIT V - 1 SPM.pptx
Devnath13
 
PDF
Various Process of Software Engineering notes
Dr Anuranjan Misra
 
PDF
Pm soln9416141129710
Nikhil Todkar
 
PDF
Software Engineering Basics.pdf
Priyajit Sen
 
PDF
LESSON FOR SOFTWARE ENGINEERING BASED ON MODELS
cosumkondowe
 
PDF
Software engineering BCA programming it is simple manufacturer was in to a ho...
basapurprathik
 
PDF
The Nature of Software and Software Engineering ppt.pdf
MutwakilElsadig
 
PPT
Slides chapters 21-23
Priyanka Shetty
 
PPT
SE chapters 21-23
Hardik Patel
 
PPTX
Software Project Management
ShauryaGupta38
 
PPTX
Lecture-1,2-Introduction to SE.pptx
YaseenNazir3
 
PPT
Software engineering introduction
Vishal Singh
 
PPT
OO Development 1 - Introduction to Object-Oriented Development
Randy Connolly
 
PPTX
UNIT1-Introduction to Software and Software Engineering.pptx
nilampatoliya
 
PPTX
Sofware Engineering LECTURE COMPUTER SCIENCE.pptx
rafaelvillena39
 
DOCX
Spm unit1
Naga Dinesh
 
PPTX
Introduction to Software Engineering.pptx
shilpamathur13
 
PPT
Chapter1 Advanced Software Engineering overview
Bule Hora University
 
PPT
Introduction,Software Process Models, Project Management
swatisinghal
 
Software process is tge helpful for software engineer
rajajacobc
 
UNIT V - 1 SPM.pptx
Devnath13
 
Various Process of Software Engineering notes
Dr Anuranjan Misra
 
Pm soln9416141129710
Nikhil Todkar
 
Software Engineering Basics.pdf
Priyajit Sen
 
LESSON FOR SOFTWARE ENGINEERING BASED ON MODELS
cosumkondowe
 
Software engineering BCA programming it is simple manufacturer was in to a ho...
basapurprathik
 
The Nature of Software and Software Engineering ppt.pdf
MutwakilElsadig
 
Slides chapters 21-23
Priyanka Shetty
 
SE chapters 21-23
Hardik Patel
 
Software Project Management
ShauryaGupta38
 
Lecture-1,2-Introduction to SE.pptx
YaseenNazir3
 
Software engineering introduction
Vishal Singh
 
OO Development 1 - Introduction to Object-Oriented Development
Randy Connolly
 
UNIT1-Introduction to Software and Software Engineering.pptx
nilampatoliya
 
Sofware Engineering LECTURE COMPUTER SCIENCE.pptx
rafaelvillena39
 
Spm unit1
Naga Dinesh
 
Introduction to Software Engineering.pptx
shilpamathur13
 
Chapter1 Advanced Software Engineering overview
Bule Hora University
 
Introduction,Software Process Models, Project Management
swatisinghal
 
Ad

More from meena466141 (7)

PPTX
different consensus protocols in blockchian.pptx
meena466141
 
PPTX
Fundametals of Blockchain and basics_L1.pptx
meena466141
 
PPTX
PPT FOR EXPLAINING MERKLE tree and SPV.pptx
meena466141
 
PPTX
New Microsoft PowerPoint Presentation.pptx
meena466141
 
PPTX
Lect6 life cycle phases
meena466141
 
PPTX
Lect3 conventional vs modern spm
meena466141
 
PPTX
Lect1 intro to software project management
meena466141
 
different consensus protocols in blockchian.pptx
meena466141
 
Fundametals of Blockchain and basics_L1.pptx
meena466141
 
PPT FOR EXPLAINING MERKLE tree and SPV.pptx
meena466141
 
New Microsoft PowerPoint Presentation.pptx
meena466141
 
Lect6 life cycle phases
meena466141
 
Lect3 conventional vs modern spm
meena466141
 
Lect1 intro to software project management
meena466141
 

Recently uploaded (20)

PDF
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
PPTX
Inventory management chapter in automation and robotics.
atisht0104
 
PDF
Biodegradable Plastics: Innovations and Market Potential (www.kiu.ac.ug)
publication11
 
PPTX
FUNDAMENTALS OF ELECTRIC VEHICLES UNIT-1
MikkiliSuresh
 
PDF
top-5-use-cases-for-splunk-security-analytics.pdf
yaghutialireza
 
PPTX
quantum computing transition from classical mechanics.pptx
gvlbcy
 
PDF
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
PDF
FLEX-LNG-Company-Presentation-Nov-2017.pdf
jbloggzs
 
PPTX
Online Cab Booking and Management System.pptx
diptipaneri80
 
PDF
2010_Book_EnvironmentalBioengineering (1).pdf
EmilianoRodriguezTll
 
PDF
CAD-CAM U-1 Combined Notes_57761226_2025_04_22_14_40.pdf
shailendrapratap2002
 
PPTX
database slide on modern techniques for optimizing database queries.pptx
aky52024
 
PDF
2025 Laurence Sigler - Advancing Decision Support. Content Management Ecommer...
Francisco Javier Mora Serrano
 
PPTX
22PCOAM21 Session 2 Understanding Data Source.pptx
Guru Nanak Technical Institutions
 
PDF
Zero carbon Building Design Guidelines V4
BassemOsman1
 
PPT
Understanding the Key Components and Parts of a Drone System.ppt
Siva Reddy
 
PDF
Construction of a Thermal Vacuum Chamber for Environment Test of Triple CubeS...
2208441
 
PPTX
MT Chapter 1.pptx- Magnetic particle testing
ABCAnyBodyCanRelax
 
PDF
20ME702-Mechatronics-UNIT-1,UNIT-2,UNIT-3,UNIT-4,UNIT-5, 2025-2026
Mohanumar S
 
DOCX
SAR - EEEfdfdsdasdsdasdasdasdasdasdasdasda.docx
Kanimozhi676285
 
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
Inventory management chapter in automation and robotics.
atisht0104
 
Biodegradable Plastics: Innovations and Market Potential (www.kiu.ac.ug)
publication11
 
FUNDAMENTALS OF ELECTRIC VEHICLES UNIT-1
MikkiliSuresh
 
top-5-use-cases-for-splunk-security-analytics.pdf
yaghutialireza
 
quantum computing transition from classical mechanics.pptx
gvlbcy
 
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
FLEX-LNG-Company-Presentation-Nov-2017.pdf
jbloggzs
 
Online Cab Booking and Management System.pptx
diptipaneri80
 
2010_Book_EnvironmentalBioengineering (1).pdf
EmilianoRodriguezTll
 
CAD-CAM U-1 Combined Notes_57761226_2025_04_22_14_40.pdf
shailendrapratap2002
 
database slide on modern techniques for optimizing database queries.pptx
aky52024
 
2025 Laurence Sigler - Advancing Decision Support. Content Management Ecommer...
Francisco Javier Mora Serrano
 
22PCOAM21 Session 2 Understanding Data Source.pptx
Guru Nanak Technical Institutions
 
Zero carbon Building Design Guidelines V4
BassemOsman1
 
Understanding the Key Components and Parts of a Drone System.ppt
Siva Reddy
 
Construction of a Thermal Vacuum Chamber for Environment Test of Triple CubeS...
2208441
 
MT Chapter 1.pptx- Magnetic particle testing
ABCAnyBodyCanRelax
 
20ME702-Mechatronics-UNIT-1,UNIT-2,UNIT-3,UNIT-4,UNIT-5, 2025-2026
Mohanumar S
 
SAR - EEEfdfdsdasdsdasdasdasdasdasdasdasda.docx
Kanimozhi676285
 

Lect5 improving software economics

  • 2. Five basic parameters of the software cost model are: 1.Reducing the size or complexity of what needs to be developed. 2. Improving the development process. 3. Using more-skilled personnel and better teams (not necessarily the same thing). 4. Using better environments (tools to automate the process). 5. Trading off or backing off on quality thresholds.
  • 4. 1. REDUCING SOFTWARE PRODUCT SIZE To improve affordability and return on investment (ROI) and to produce a product that achieves the design goals with the minimum amount of human-generated source material. • Component-based development is helpful for reducing the "source" language size to achieve a software solution. • Reuse, object-oriented technology, automatic code production, and higher order programming languages are all focused on achieving a given system with fewer lines of human-specified source directives. • Size reduction is the primary motivation behind improvements in higher order languages (such as C++, Ada 95, Java, Visual Basic), automatic code generators (CASE tools, visual modeling tools, GUI builders), reuse of commercial components (operating systems, windowing environments, DBMS, middleware, networks), and OOPS technologies (Unified Modeling Language, visual modeling tools, architecture frameworks). • The reduction is defined in terms of human-generated source material. In general, when size-reducing technologies are used, they reduce the number of human-generated source lines.
  • 5. 1.1 LANGUAGES • Universal function points (UFPs1) are useful estimators for language- independent, early life-cycle estimates. The basic units of function points are external user inputs, external outputs, internal logical data groups, external data interfaces, and external inquiries. • SLOC metrics are useful estimators for software after a candidate solution is formulated and an implementation language is known. • Substantial data have been documented relating SLOC to function points.
  • 6. 1.2 OBJECT-ORIENTED METHODS AND VISUAL MODELING • Object-oriented programming languages benefit both software productivity and software quality. The fundamental impact of object- oriented technology is in reducing the overall size of what needs to be developed. • People like drawing pictures to explain something to others or to themselves. When they do it for software system design, they call these pictures diagrams or diagrammatic models and the very notation for them a modeling language. Some examples of the interrelationships among the dimensions of improving software economics. 1. An object-oriented model of the problem and its solution encourages a common vocabulary between the end users of a system and its developers, thus creating a shared understanding of the problem being solved. 2. The use of continuous integration creates opportunities to recognize risk early and make incremental corrections without destabilizing the entire development effort. 3. An object-oriented architecture provides a clear separation of concerns among disparate elements of a system, creating firewalls that prevent a change in one part of the system from rending the fabric of the entire architecture.
  • 7. Five characteristics (as per Booch )of a successful object- oriented project. 1. A ruthless focus on the development of a system that provides a well understood collection of essential minimal characteristics. 2. The existence of a culture that is centered on results, encourages communication, and yet is not afraid to fail. 3. The effective use of object-oriented modeling. 4. The existence of a strong architectural vision. 5. The application of a well-managed iterative and incremental development life cycle.
  • 8. 1.3 REUSE • Reusing existing components and building reusable components have been natural software engineering activities. • With reuse in order to minimize development costs while achieving all the other required attributes of performance, feature set, and quality. • Try to treat reuse as a mundane part of achieving a return on investment. • Most truly reusable components of value are transitioned to commercial products supported by organizations with the following characteristics: • They have an economic motivation for continued support. • They take ownership of improving product quality, adding new features, and transitioning to new technologies. • They have a sufficiently broad customer base to be profitable. • The cost of developing a reusable component is not trivial • Reuse is an important discipline that has an impact on the efficiency of all workflows and the quality of most artifacts
  • 9. 1.4 COMMERCIAL COMPONENTS • Try to maximize integration of commercial components and off-the-shelf products. • The use of commercial components is certainly desirable as a means of reducing custom development
  • 10. 2. IMPROVING SOFTWARE PROCESSES 3 level of Process can be identified in an organisation: • Metaprocess: an organization's policies, procedures, and practices for pursuing a software-intensive line of business. The focus of this process is on organizational economics, long-term strategies, and software ROI. • Macroprocess: a project's policies, procedures, and practices for producing a complete software product within certain cost, schedule, and quality constraints. The focus of the macro process is on creating an adequate instance of the Meta process for a specific set of constraints. • Microprocess: a project team's policies, procedures, and practices for achieving an artifact of the software process. The focus of the micro process is on achieving an intermediate product baseline with adequate quality and adequate functionality as economically and rapidly as practical.
  • 12. 3. IMPROVING TEAM EFFECTIVENESS Teamwork is much more important than the sum of the individuals. With software teams, a project manager needs to configure a balance of solid talent with highly skilled people in the leverage positions. Some maxims of team management include the following: • A well-managed project can succeed with a nominal engineering team. • A mismanaged project will almost never succeed, even with an expert team of engineers. • A well-architected system can be built by a nominal team of software builders. • A poorly architected system will flounder even with an expert team of builders. • Boehm five staffing principles are • 1. The principle of top talent: Use better and fewer people • 2. The principle of job matching: Fit the tasks to the skills and motivation of the people available. • 3. The principle of career progression: An organization does best in the long run by helping its people to self-actualize. • 4. The principle of team balance: Select people who will complement and harmonize • 5. The principle of phase-out: Keeping a misfit on the team doesn't benefit anyone
  • 13. Software project managers need many leadership qualities in order to enhance team effectiveness. Attributes of successful software project managers : • Hiring skills. Few decisions are as important as hiring decisions. Placing the right person in the right job seems obvious but is surprisingly hard to achieve. • Customer-interface skill. Avoiding adversarial relationships among stakeholders is a prerequisite for success. • Decision-making skill. The jillion books written about management have failed to provide a clear definition of this attribute. We all know a good leader when we run into one, and decision-making skill seems obvious despite its intangible definition. • Team-building skill. Teamwork requires that a manager establish trust, motivate progress, exploit eccentric prima donnas, transition average people into top performers, eliminate misfits, and consolidate diverse opinions into a team direction. • Selling skill. Successful project managers must sell all stakeholders (including themselves) on decisions and priorities, sell candidates on job positions, sell changes to the status quo in the face of resistance, and sell achievements against objectives. In practice, selling requires continuous negotiation, compromise, and empathy
  • 14. IMPROVINGAUTOMATION THROUGH SOFTWARE ENVIRONMENTS • The tools and environment have a linear effect on the productivity of the process. • Planning tools, requirements management tools, visual modeling tools, compilers, editors, debuggers, quality assurance analysis tools, test tools, and user interfaces provide crucial automation support for evolving the software engineering artifacts. • configuration management environments provide the foundation for executing and instrument the process. • At first order, the isolated impact of tools and automation generally allows improvements of 20% to 40% in effort. • tools and environments must be viewed as the primary delivery vehicle for process automation and improvement, so their impact can be much higher. • Automation of the design process provides payback in quality, the ability to estimate costs and schedules, and overall productivity using a smaller team. • .
  • 15. • Round-trip engineering describes the key capability of environments that support iterative development. As we have moved into maintaining different information repositories for the engineering artifacts, we need automation support to ensure efficient and error-free transition of data from one artifact to another. • Forward engineering is the automation of one engineering artifact from another, more abstract representation. (compilers and linkers have provided automated transition of source code into executable code). • Reverse engineering is the generation or modification of a more abstract representation from an existing artifact (for example, creating a visual design model from a source code representation).
  • 16. • Requirements analysis and evolution activities consume 40% of life-cycle costs. • Software design activities have an impact on more than 50% of the resources. • Coding and unit testing activities consume about 50% of software development effort and schedule. • Test activities can consume as much as 50% of a project's resources. • Configuration control and change management are critical activities that can consume as much as 25% of resources on a large-scale project. • Documentation activities can consume more than 30% of project engineering resources. • Project management, business administration, and progress assessment can consume as much as 30% of project budgets.
  • 17. ACHIEVING REQUIRED QUALITY • Software best practices are derived from the development process and technologies. Key practices that improve overall software quality include the following: • Focusing on driving requirements and critical use cases early in the life cycle, focusing on requirements completeness and traceability late in the life cycle, and focusing throughout the life cycle on a balance between requirements evolution, design evolution, and plan evolution • Using metrics and indicators to measure the progress and quality of an architecture as it evolves from a high-level prototype into a fully compliant product • Providing integrated life-cycle environments that support early and continuous configuration control, change management, rigorous design methods, document automation, and regression test automation • Using visual modeling and higher level languages that support architectural control, abstraction, reliable programming, reuse, and self-documentation • Early and continuous insight into performance issues through demonstration-based evaluations
  • 19. Events in Performance Assessment • Project inception. The proposed design was asserted to be low risk with adequate performance margin. • Initial design review. Optimistic assessments of adequate design margin were based mostly on paper analysis or rough simulation of the critical threads. • Mid-life-cycle design review. The assessments started whittling away at the margin, as early benchmarks and initial tests began exposing the optimism inherent in earlier estimates. • Integration and test. Serious performance problems were uncovered, necessitating fundamental changes in the architecture. The underlying infrastructure was usually the scapegoat, but the real culprit was immature use of the infrastructure, immature architectural solutions, or poorly understood early design trade-offs.
  • 20. PEER INSPECTIONS A PRAGMATIC VIEW Peer reviews are valuable, but they are rarely significant contributors to quality compared with the following primary quality mechanisms and indicators, which should be emphasized in the management process: • Transitioning engineering information from one artifact set to another, thereby assessing the consistency, feasibility, understandability, and technology constraints inherent in the engineering artifacts • Major milestone demonstrations that force the artifacts to be assessed against tangible criteria in the context of relevant use cases • Environment tools (compilers, debuggers, analyzers, automated test suites) that ensure representation rigor, consistency, completeness, and change control • Life-cycle testing for detailed insight into critical trade-offs, acceptance criteria, and requirements compliance • Change management metrics for objective insight into multiple- perspective change trends and convergence or divergence from quality and progress goals
  • 21. • Inspections are also a good vehicle for holding authors accountable for quality products. • All authors of software and documentation should have their products scrutinized as a natural by-product of the process. • Therefore, the coverage of inspections should be across all authors rather than across all components.
  • 22. References • Software Project management, Walker Royce, Addison Wesley, 1998. • https://www.javatpoint.com/software-project-management