classic mistakes Flashcards

1
Q

what are 4 classic types of software development mistakes

A

people related
process related
product related
tech related

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is the people dimension

A

The People Dimension
► Results of studies indicate a 10-to-1 difference in productivity among
different developers
► “Peopleware” issues have more impact on software productivity than any
other factor
► Studies indicate that effects of individual ability, individual motivation, team
ability and team motivation dwarf other productivity factors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Summary on Variations in Productivity

A

► Greater than 10-to-1 differences in productivity among individuals with different
depths and breadths of experience
► 10-to-1 differences in productivity among individuals with the same levels of
experience
► 5-to-1 differences in productivity among groups with different levels of experience
► 2.5-to-1 differences in productivity among groups with similar levels of experience

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

People-Related Mistakes

A

Undermined Motivation
Weak Personnel
Uncontrolled Problem Employees
Adding people to a late project
Heroics
Unrealistic Expectations
Noisy Crowded offices
Friction between developers and customers
Lack of user input
Wishful Thinking
Lack of stakeholder buy in
Lack of effective project sponsorship
Politics placed over substance (can be fatal)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what is the process dimension

A

► “Process” includes both management and technical methodologies
► Companies that have focused on process have cut their time-to-market by about
one half and reduced cost and defects by factors of 3 to 10

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Process Dimension - Aspects 1

A

Rework avoidance
 Orient your process so you avoid doing things twice
► Quality assurance
 To ensure product has acceptable level of quality
 To detect errors at the stage they are least time consuming and costly to fix

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Process Dimension - Aspects 2

A

► Development fundamentals
► Risk management
► Resource targeting
► Life cycle planning
► Customer orientation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Process-Related Mistakes 1

A

Shortchanged upstream activities
shortchanges quality assurance
insufficient management controls
premature or overly frequent convergence
omitting necessary tasks from estimates

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Process-Related Mistakes 2

A

planning to catch up later
code like hell programming
overly optimistic schedules
insufficient risk management
contractor failure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Process-Related Mistakes 3

A

Insufficient planning
wasted time during the fuzzy front end
inadequate design
abandonment of planning under pressure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

The Product Dimension

A

If you can reduce a product’s feature set, you can reduce the product’s schedule
► 80/20 rule – 80% of the product takes only 20% of the time
► Product size – the biggest single contributor to development schedule (effort
required to build software increases disproportionately faster than the size of the
software)
► Product characteristics – hard to reach goals regarding performance, memory
use, etc. will take longer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are product related mistakes

A

requirements gold plating
feature creep
developer gold plating
push me pull me negotiation
research oriented developement

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

The Technology Dimension

A

Changing from less effective tools to more effective tools can be a fast way to
improve development speed
► The change from low-level languages to high-level languages was one of the
most important changes in software development
► Choosing tools effectively and managing the risks involved are important

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Tech related mistakes

A

silver bullet syndrome
switching tools in the middle of a project
lack of automated source code control
overestimated savings from new tools or methods

How well did you know this?
1
Not at all
2
3
4
5
Perfectly