SlideShare uma empresa Scribd logo
1 de 42
www.eliassen.com | 800.354.2773
WHY TECHNICAL DEBT IS A BUSINESS
PROBLEM
Bob Fischer
REVISION: 1.3
• Why should I care?
• What is Technical Debt?
• Is there ever a case for Technical Debt?
• What are the business consequences?
• Why isn’t this just an IT problem?
• How Might You Get Started Addressing Technical Debt?
AGENDA
2
https://xkcd.com/2030/
WHY SHOULD YOU
CARE?
HOW IS THIS RELEVANT TO BUSINESS CONCERNS
3
4
FORTY SECOND BOYD
Boyd would start with his competitor behind him
In forty seconds Boyd would have the advantage
5
BOYD’S OODA LOOP
Observe
OrientDecide
ActBoyd asserted that
having a shorter cycle
through the loop
meant your
competitor was forced
to respond to you.
• Speed matters more than ever.
• Technical debt slows you down.
• You can address technical debt to increase speed.
• Partnership by everyone in the value-delivery chain is critical.
And if it is too hard getting things done technically at your company, talented
people won’t want to work there
WHY THIS PRESENTATION?
6
WHAT IS TECHNICAL
DEBT?
AND HOW DOES IT COME ABOUT?
7
THE GOAL
We want to deliver value rapidly
today while retaining the ability to
deliver value rapidly in the future.
Alan Shalloway
8
“Borrowing against our
capacity to quickly respond
tomorrow for the ability to
make progress today”
John Ryan
Technical
Debt
9
10
HOW DOES TECHNICAL DEBT ARISE?
Shortcuts
Poor
Quality
Longer
time to
Respond
Pressure to
Accomplish
WHAT ARE EXAMPLES OF TECHNICAL DEBT?
Code that is difficult to
understand or modify
11
WHAT ARE EXAMPLES OF TECHNICAL DEBT?
Lack of automated tests
12
13
WHY IS AUTOMATED TESTING IMPORTANT?
You need to confirm you didn’t break existing features
When you add a new feature
WHAT ARE EXAMPLES OF TECHNICAL DEBT?
Manual movement of
software between
environments
14
15
ARCHITECTURES THAT IMPEDE ENHANCEMENTS
• Not following clean coding principles
• Not having coding standards
• General lack of automation everywhere: tests, security, deployment, monitoring
• Bad design
• Bad User Stories
• Perennially broken builds, or failing tests
• Lack of code craftsmanship
OTHER EXAMPLES
16
TIME TO DELIVER A NEW FEATURE
Effort to Add
or Change a
Feature
Time
As system size or complexity increases, so does the
time it takes to deliver a new feature
17
CONSEQUENCES OF TECHNICAL DEBT
Impact of Technical Debt
Effort to Add
or Change a
Feature
A much steeper curve – the time to add a new feature
increases more rapidly with Technical Debt
Time
18
Eventually the time it takes to implement the feature, test it,
integrate into the code base and fix broken builds exceeds the
time-box of the Sprint.
At this point quality and predictability rapidly deteriorate.
19
HIRING
• The talent you want to hire has
options
• If you want to attract and retain
good people, you must be
competitively technically
AT SOME POINT IT IS TOO LATE FOR A COAT OF PAINT
20
A POSSIBLE CONSEQUENCE: REWRITE TREADMILL
Our systems are too
hard to modify
We build a
replacement
Business pressure
leads to technical
shortcuts
Our systems acquire
technical debt
21
IS THERE EVER A
JUSTIFICATION FOR
TAKING ON DEBT?
YES, BUT YOU HAVE TO PAY IT BACK
22
23
AN EXAMPLE OF USEFUL DEBT
Take on debt to
increase speed
Test in the
marketplace
Recode for
quality
Discard the
code
Desired
outcome
This works if you have the
discipline to pay back the debt
WHAT ARE THE
BUSINESS
CONSEQUENCES?
SLOWER TIME TO MARKET, WORSE QUALITY
24
HOLDING COSTS AND TRANSACTION COSTS
Holding Costs
How much does it cost to not ship software?
• Cost of capital
• Lost opportunities (new sales, increased customer
satisfaction, market share)
• Obsolescence
Transaction
Costs
How much does it cost to ship software?
• Testing
• Release Management
• Fixed Training Costs
Reinertsen, Donald G. (2012-03-29). The Principles of Product Development Flow: Second Generation Lean Product Development (p.
122). Celeritas Publishing. Kindle Edition.
25
EXAMPLE OF HIGH TRANSACTION COSTS
Two Days
Coding
One Day
Testing
Two Person-Months
Regression Testing
Two Days
Release Management
26
EXAMPLE OF HIGH HOLDING COST
If we release this feature
into production in the
next two weeks we can
close a $1M deal!!!
27
OPTIMIZING BATCH SIZE
• Improved practices can help you lower
transaction costs
• Lower transaction costs give you the
freedom to release more often
• Enabling faster learning cycles and
improved economic outcomes
28
ISN’T THIS A
TECNOLOGY PROBLEM?
WHY DO YOU SAY THIS IS A BUSINESS PROBLEM?
29
ISN’T THIS JUST A PROBLEM FOR IT?
30
31
We came up with a
proposal for automated
unit tests. We were told
just to focus on features.
We didn’t have time for
improvement.
AT THE TEAM LEVEL
32
• The Product Owner is responsible
for the Product Backlog
• The Product Backlog can include
items to reduce technical debt
• The Product Owner has to choose to
reduce debt, and keep it from
growing
Product Backlog Item
Product Backlog Item
Product Backlog Item
Product Backlog Item
Product Backlog Item
Product Backlog Item
IMPROVING INITIALLY SLOWS YOU DOWN
Team decision to decrease Technical Debt
Effort to Add
or Change a
Feature
Team investment in test automation, code improvement and
elimination of manual work initially slows progress
Time
33
34
PRODUCT OWNER SUPPORT IS ESSENTIAL
I support the team’s technical
practices. I’m willing to spend
more time to get a story done
today so that we have the quality
and adaptability we need in the
future.
Product Owner
35
HOW MUCH SHOULD SHOULD YOU INVEST?
We will actively manage this technical debt by
ensuring that we invest at least 20% of all
Development and Operations cycles on
refactoring, investing in automation work and
architecture and non-functional requirements
… such as maintainability, manageability,
scalability, reliability, testability, deployability,
and security. 1
1. Kim, Gene,Humble, Jez,Debois, Patrick,Willis, John. The DevOps Handbook: How to Create World-Class
Agility, Reliability, and Security in Technology Organizations (Kindle Locations 1669-1672). IT Revolution
Press. Kindle Edition.
ROADMAP EXAMPLE
Show potential add-on products
for what the customer is viewing
Ready for Validation
Jan Feb Mar Apr May Jun
Now
Enable customers to
post video product
reviews
In Process
Create new “Account” service
Ready for Work
Ju
Decreasing Certainty
Additional frequent buy
bonuses for credit car
holders
Waitingfor Approva
ec
Enable future growth
36
WHERE DO YOU START?
37
38
CORE APPROACH
Where does it make
economic sense to
invest?
Where are the main
issues?
How do we address
them?
Assess the impact of
technical debt on outcomes:
• Lost sales
• Poor quality or reputation
• Difficulty attracting or
retaining technical talent
• Loss of market share
• Customer defections
Map the Value Stream:
• Visualize the end-to-end
process
• Identify the critical speed
and quality issues
Execution model
• Backlog?
• Product Owner?
• Team?
• Scrum or Kanban?
If you had $100,000 to
improve your house, would
you spread it evenly across
the entire house? Parquet
the garage floor?
39
MANAGING TECHNICAL DEBT IS AN ECONOMIC DECISION
Malakooti, B. (2013). Operations and Production Systems with Multiple Objectives. John Wiley & Sons.
Where might you
invest more heavily
in improvement?
Why?
40
41
USE VALUE-STEAM MAPPING TO DRIVE IMPROVEMENT
Understand where you have delays and issues with end-to-end
value delivery. Use this to improve speed and quality.
• Where would reducing technical debt produce the most impact?
• How can we add to our definition to done to stop technical debt from increasing?
• Do we have a budget for reducing debt? A percent of our capacity every Sprint?
• Are there roadmap items – enablers – that will would help us as a team? How
do we advocate for those?
• How do we put our ideas into action?
TALK AS A GROUP ABOUT WHAT TO DO
42
Photo provided DAS PSB under Attribution 2.0 Generic (CC BY 2.0)
In extreme circumstances rewriting may be the best economical
alternative including using the strangler pattern to move parts of
the functionality methodically to new services.

Mais conteúdo relacionado

Mais procurados

Project Management Centre of Excellence
Project Management Centre of ExcellenceProject Management Centre of Excellence
Project Management Centre of ExcellenceProject Management CoE
 
Lean & Agile Project Management: For Large Distributed Virtual Teams
Lean & Agile Project Management: For Large Distributed Virtual TeamsLean & Agile Project Management: For Large Distributed Virtual Teams
Lean & Agile Project Management: For Large Distributed Virtual TeamsDavid Rico
 
CA Project & Portfolio Management for Business Transformation : Prioritize, ...
CA Project & Portfolio Management for Business Transformation: Prioritize, ...CA Project & Portfolio Management for Business Transformation: Prioritize, ...
CA Project & Portfolio Management for Business Transformation : Prioritize, ...CA Technologies
 
Center of Excellence Building Blocks
Center of Excellence Building BlocksCenter of Excellence Building Blocks
Center of Excellence Building BlocksArup Dutta
 
Challenges in deploying AX 2012: A recipe for success!
Challenges in deploying AX 2012: A recipe for success!Challenges in deploying AX 2012: A recipe for success!
Challenges in deploying AX 2012: A recipe for success!Optimum Technology Transfer
 
Entering the Next Dimension of Cargo Revenue Management
Entering the Next Dimension of Cargo Revenue ManagementEntering the Next Dimension of Cargo Revenue Management
Entering the Next Dimension of Cargo Revenue ManagementJDA Software
 
Business Process Management Center of Excellence
Business Process Management Center of ExcellenceBusiness Process Management Center of Excellence
Business Process Management Center of ExcellenceSandy Kemsley
 
How to improve Customer and Employee Experience with IT Service Management
How to improve Customer and Employee Experience with IT Service ManagementHow to improve Customer and Employee Experience with IT Service Management
How to improve Customer and Employee Experience with IT Service ManagementITSM Academy, Inc.
 
Sapple Systems Corporate Profile
Sapple Systems Corporate ProfileSapple Systems Corporate Profile
Sapple Systems Corporate ProfileSubhasit Ratnam
 
Software services business proposal
Software services  business proposalSoftware services  business proposal
Software services business proposalAjay Tripathi
 
Apollo Service Desk Capabilities
Apollo Service Desk CapabilitiesApollo Service Desk Capabilities
Apollo Service Desk Capabilitiesjdivalerio
 
Business Process Maturity and Centers of Excellence
Business Process Maturity and Centers of ExcellenceBusiness Process Maturity and Centers of Excellence
Business Process Maturity and Centers of ExcellenceSandy Kemsley
 
Introduction slides for discovery and deployment planning workshop
Introduction slides for discovery and deployment planning workshopIntroduction slides for discovery and deployment planning workshop
Introduction slides for discovery and deployment planning workshopIBM Rational software
 
Agile Lean Scrum ITIL V2
Agile Lean Scrum ITIL V2Agile Lean Scrum ITIL V2
Agile Lean Scrum ITIL V2Russell Pannone
 
Oracle Service Cloud - Fixed Scope Implementation Presentation
Oracle Service Cloud - Fixed Scope Implementation PresentationOracle Service Cloud - Fixed Scope Implementation Presentation
Oracle Service Cloud - Fixed Scope Implementation PresentationDelivery Centric
 
Requirements Manager Center of Excellence: “Achieving Goals Without Formaliz...
Requirements Manager Center of Excellence:  “Achieving Goals Without Formaliz...Requirements Manager Center of Excellence:  “Achieving Goals Without Formaliz...
Requirements Manager Center of Excellence: “Achieving Goals Without Formaliz...IIBA Rochester NY
 
Software Maintenance Project Proposal PowerPoint Presentation Slides
Software Maintenance Project Proposal PowerPoint Presentation SlidesSoftware Maintenance Project Proposal PowerPoint Presentation Slides
Software Maintenance Project Proposal PowerPoint Presentation SlidesSlideTeam
 

Mais procurados (20)

TSU CMM CMMI
TSU CMM CMMITSU CMM CMMI
TSU CMM CMMI
 
Project Management Centre of Excellence
Project Management Centre of ExcellenceProject Management Centre of Excellence
Project Management Centre of Excellence
 
Lean & Agile Project Management: For Large Distributed Virtual Teams
Lean & Agile Project Management: For Large Distributed Virtual TeamsLean & Agile Project Management: For Large Distributed Virtual Teams
Lean & Agile Project Management: For Large Distributed Virtual Teams
 
CA Project & Portfolio Management for Business Transformation : Prioritize, ...
CA Project & Portfolio Management for Business Transformation: Prioritize, ...CA Project & Portfolio Management for Business Transformation: Prioritize, ...
CA Project & Portfolio Management for Business Transformation : Prioritize, ...
 
Center of Excellence Building Blocks
Center of Excellence Building BlocksCenter of Excellence Building Blocks
Center of Excellence Building Blocks
 
Challenges in deploying AX 2012: A recipe for success!
Challenges in deploying AX 2012: A recipe for success!Challenges in deploying AX 2012: A recipe for success!
Challenges in deploying AX 2012: A recipe for success!
 
Entering the Next Dimension of Cargo Revenue Management
Entering the Next Dimension of Cargo Revenue ManagementEntering the Next Dimension of Cargo Revenue Management
Entering the Next Dimension of Cargo Revenue Management
 
Business Process Management Center of Excellence
Business Process Management Center of ExcellenceBusiness Process Management Center of Excellence
Business Process Management Center of Excellence
 
Upmc tpdev6
Upmc tpdev6Upmc tpdev6
Upmc tpdev6
 
How to improve Customer and Employee Experience with IT Service Management
How to improve Customer and Employee Experience with IT Service ManagementHow to improve Customer and Employee Experience with IT Service Management
How to improve Customer and Employee Experience with IT Service Management
 
Sapple Systems Corporate Profile
Sapple Systems Corporate ProfileSapple Systems Corporate Profile
Sapple Systems Corporate Profile
 
Software services business proposal
Software services  business proposalSoftware services  business proposal
Software services business proposal
 
Apollo Service Desk Capabilities
Apollo Service Desk CapabilitiesApollo Service Desk Capabilities
Apollo Service Desk Capabilities
 
Upmc tpdev1
Upmc tpdev1Upmc tpdev1
Upmc tpdev1
 
Business Process Maturity and Centers of Excellence
Business Process Maturity and Centers of ExcellenceBusiness Process Maturity and Centers of Excellence
Business Process Maturity and Centers of Excellence
 
Introduction slides for discovery and deployment planning workshop
Introduction slides for discovery and deployment planning workshopIntroduction slides for discovery and deployment planning workshop
Introduction slides for discovery and deployment planning workshop
 
Agile Lean Scrum ITIL V2
Agile Lean Scrum ITIL V2Agile Lean Scrum ITIL V2
Agile Lean Scrum ITIL V2
 
Oracle Service Cloud - Fixed Scope Implementation Presentation
Oracle Service Cloud - Fixed Scope Implementation PresentationOracle Service Cloud - Fixed Scope Implementation Presentation
Oracle Service Cloud - Fixed Scope Implementation Presentation
 
Requirements Manager Center of Excellence: “Achieving Goals Without Formaliz...
Requirements Manager Center of Excellence:  “Achieving Goals Without Formaliz...Requirements Manager Center of Excellence:  “Achieving Goals Without Formaliz...
Requirements Manager Center of Excellence: “Achieving Goals Without Formaliz...
 
Software Maintenance Project Proposal PowerPoint Presentation Slides
Software Maintenance Project Proposal PowerPoint Presentation SlidesSoftware Maintenance Project Proposal PowerPoint Presentation Slides
Software Maintenance Project Proposal PowerPoint Presentation Slides
 

Semelhante a Technical debt is a business problem - Bob Fischer

How to justify technical debt mitigations in Software Engineering
How to justify technical debt mitigations in Software EngineeringHow to justify technical debt mitigations in Software Engineering
How to justify technical debt mitigations in Software EngineeringAndré Agostinho
 
How To Manage And Reduce Development Techical Debt
How To Manage And Reduce Development Techical DebtHow To Manage And Reduce Development Techical Debt
How To Manage And Reduce Development Techical DebtAbdul Khan
 
Technical debt a Business Perspective
Technical debt a Business PerspectiveTechnical debt a Business Perspective
Technical debt a Business PerspectiveMichael Vax
 
Bridging the gap between quality and finance may 2013
Bridging the gap between quality and finance may 2013Bridging the gap between quality and finance may 2013
Bridging the gap between quality and finance may 2013John Cachat
 
Inclusive innovation - Patrick Dalle, Minds & More
Inclusive innovation - Patrick Dalle, Minds & MoreInclusive innovation - Patrick Dalle, Minds & More
Inclusive innovation - Patrick Dalle, Minds & MorePatrick Dalle
 
Agile Development: From Good to Great
Agile Development: From Good to GreatAgile Development: From Good to Great
Agile Development: From Good to GreatCelerity
 
Common Misconceptions of Tool Integrations
Common Misconceptions of Tool IntegrationsCommon Misconceptions of Tool Integrations
Common Misconceptions of Tool IntegrationsCprime
 
Technical debt as asset
Technical debt as assetTechnical debt as asset
Technical debt as assetLivatek
 
Informs 2016 Solving Planning and Scheduling Problems with CPLEX
Informs 2016 Solving Planning and Scheduling Problems with CPLEX Informs 2016 Solving Planning and Scheduling Problems with CPLEX
Informs 2016 Solving Planning and Scheduling Problems with CPLEX Alkis Vazacopoulos
 
DevopsBusinessCaseTemplate
DevopsBusinessCaseTemplateDevopsBusinessCaseTemplate
DevopsBusinessCaseTemplatePeter Lamar
 
IT Roadmap San Jose 2011 John Petrone Tearing Down & Building Up
IT Roadmap San Jose 2011 John Petrone Tearing Down & Building UpIT Roadmap San Jose 2011 John Petrone Tearing Down & Building Up
IT Roadmap San Jose 2011 John Petrone Tearing Down & Building UpJohn Petrone
 
Running Successful Augmented Reality Programs
Running Successful Augmented Reality Programs Running Successful Augmented Reality Programs
Running Successful Augmented Reality Programs Victor Gerdes
 
Develop a Defect Prevention Strategy—or Else!
Develop a Defect Prevention Strategy—or Else!Develop a Defect Prevention Strategy—or Else!
Develop a Defect Prevention Strategy—or Else!TechWell
 
Create Success With Analytics: Living With Technical Debt - Balancing Quality...
Create Success With Analytics: Living With Technical Debt - Balancing Quality...Create Success With Analytics: Living With Technical Debt - Balancing Quality...
Create Success With Analytics: Living With Technical Debt - Balancing Quality...Aggregage
 
Create Success With Analytics: Living With Technical Debt - Balancing Quality...
Create Success With Analytics: Living With Technical Debt - Balancing Quality...Create Success With Analytics: Living With Technical Debt - Balancing Quality...
Create Success With Analytics: Living With Technical Debt - Balancing Quality...Hannah Flynn
 
Got 99 Projects But Profit Ain't One? - CAPINC Presentation on Automation
Got 99 Projects But Profit Ain't One? - CAPINC Presentation on AutomationGot 99 Projects But Profit Ain't One? - CAPINC Presentation on Automation
Got 99 Projects But Profit Ain't One? - CAPINC Presentation on AutomationCAPINC
 

Semelhante a Technical debt is a business problem - Bob Fischer (20)

How to justify technical debt mitigations in Software Engineering
How to justify technical debt mitigations in Software EngineeringHow to justify technical debt mitigations in Software Engineering
How to justify technical debt mitigations in Software Engineering
 
How To Manage And Reduce Development Techical Debt
How To Manage And Reduce Development Techical DebtHow To Manage And Reduce Development Techical Debt
How To Manage And Reduce Development Techical Debt
 
SharePoint in Discrete Manufacturing
SharePoint in Discrete Manufacturing SharePoint in Discrete Manufacturing
SharePoint in Discrete Manufacturing
 
Technical debt a Business Perspective
Technical debt a Business PerspectiveTechnical debt a Business Perspective
Technical debt a Business Perspective
 
Bridging the gap between quality and finance may 2013
Bridging the gap between quality and finance may 2013Bridging the gap between quality and finance may 2013
Bridging the gap between quality and finance may 2013
 
Inclusive innovation - Patrick Dalle, Minds & More
Inclusive innovation - Patrick Dalle, Minds & MoreInclusive innovation - Patrick Dalle, Minds & More
Inclusive innovation - Patrick Dalle, Minds & More
 
Agile Development: From Good to Great
Agile Development: From Good to GreatAgile Development: From Good to Great
Agile Development: From Good to Great
 
Common Misconceptions of Tool Integrations
Common Misconceptions of Tool IntegrationsCommon Misconceptions of Tool Integrations
Common Misconceptions of Tool Integrations
 
Fast close slides
Fast close slidesFast close slides
Fast close slides
 
Technical debt as asset
Technical debt as assetTechnical debt as asset
Technical debt as asset
 
Informs 2016 Solving Planning and Scheduling Problems with CPLEX
Informs 2016 Solving Planning and Scheduling Problems with CPLEX Informs 2016 Solving Planning and Scheduling Problems with CPLEX
Informs 2016 Solving Planning and Scheduling Problems with CPLEX
 
Session 5
Session 5Session 5
Session 5
 
DevopsBusinessCaseTemplate
DevopsBusinessCaseTemplateDevopsBusinessCaseTemplate
DevopsBusinessCaseTemplate
 
Lean New Product & Process Development
Lean New Product & Process DevelopmentLean New Product & Process Development
Lean New Product & Process Development
 
IT Roadmap San Jose 2011 John Petrone Tearing Down & Building Up
IT Roadmap San Jose 2011 John Petrone Tearing Down & Building UpIT Roadmap San Jose 2011 John Petrone Tearing Down & Building Up
IT Roadmap San Jose 2011 John Petrone Tearing Down & Building Up
 
Running Successful Augmented Reality Programs
Running Successful Augmented Reality Programs Running Successful Augmented Reality Programs
Running Successful Augmented Reality Programs
 
Develop a Defect Prevention Strategy—or Else!
Develop a Defect Prevention Strategy—or Else!Develop a Defect Prevention Strategy—or Else!
Develop a Defect Prevention Strategy—or Else!
 
Create Success With Analytics: Living With Technical Debt - Balancing Quality...
Create Success With Analytics: Living With Technical Debt - Balancing Quality...Create Success With Analytics: Living With Technical Debt - Balancing Quality...
Create Success With Analytics: Living With Technical Debt - Balancing Quality...
 
Create Success With Analytics: Living With Technical Debt - Balancing Quality...
Create Success With Analytics: Living With Technical Debt - Balancing Quality...Create Success With Analytics: Living With Technical Debt - Balancing Quality...
Create Success With Analytics: Living With Technical Debt - Balancing Quality...
 
Got 99 Projects But Profit Ain't One? - CAPINC Presentation on Automation
Got 99 Projects But Profit Ain't One? - CAPINC Presentation on AutomationGot 99 Projects But Profit Ain't One? - CAPINC Presentation on Automation
Got 99 Projects But Profit Ain't One? - CAPINC Presentation on Automation
 

Mais de agilemaine

The guide to inviting leadership - Inviting Leadership by Daniel Mezick
The guide to inviting leadership - Inviting Leadership by Daniel MezickThe guide to inviting leadership - Inviting Leadership by Daniel Mezick
The guide to inviting leadership - Inviting Leadership by Daniel Mezickagilemaine
 
Ready For Agile Checklist - Inviting Leadership by Daniel Mezick
Ready For Agile Checklist - Inviting Leadership by Daniel MezickReady For Agile Checklist - Inviting Leadership by Daniel Mezick
Ready For Agile Checklist - Inviting Leadership by Daniel Mezickagilemaine
 
Authority Circle - Inviting Leadership by Daniel Mezick
Authority Circle - Inviting Leadership by Daniel MezickAuthority Circle - Inviting Leadership by Daniel Mezick
Authority Circle - Inviting Leadership by Daniel Mezickagilemaine
 
How I accidentally joined an agile company - Jens Wedin
How I accidentally joined an agile company - Jens WedinHow I accidentally joined an agile company - Jens Wedin
How I accidentally joined an agile company - Jens Wedinagilemaine
 
Stephen Vance - Testing, DevOps and High-Performing Teams - Agile Maine
Stephen Vance - Testing, DevOps and High-Performing Teams - Agile MaineStephen Vance - Testing, DevOps and High-Performing Teams - Agile Maine
Stephen Vance - Testing, DevOps and High-Performing Teams - Agile Maineagilemaine
 
DYNAMIC RETEAMING: ACKNOWLEDGE REALITY, CHART YOUR PATH - HEIDI HELFAND
DYNAMIC RETEAMING: ACKNOWLEDGE REALITY, CHART YOUR PATH - HEIDI HELFANDDYNAMIC RETEAMING: ACKNOWLEDGE REALITY, CHART YOUR PATH - HEIDI HELFAND
DYNAMIC RETEAMING: ACKNOWLEDGE REALITY, CHART YOUR PATH - HEIDI HELFANDagilemaine
 
Jim York - Agile Fluency Model
Jim York - Agile Fluency ModelJim York - Agile Fluency Model
Jim York - Agile Fluency Modelagilemaine
 
Keynote - Niels Pflaeging - Agile Maine Day
Keynote - Niels Pflaeging - Agile Maine DayKeynote - Niels Pflaeging - Agile Maine Day
Keynote - Niels Pflaeging - Agile Maine Dayagilemaine
 
Cutting Code Quickly - LLEWELLYN FALCO
Cutting Code Quickly - LLEWELLYN FALCOCutting Code Quickly - LLEWELLYN FALCO
Cutting Code Quickly - LLEWELLYN FALCOagilemaine
 
Heidi Araya - Overcoming Distributed Team Challenges - Agile Maine Day
Heidi Araya - Overcoming Distributed Team Challenges - Agile Maine DayHeidi Araya - Overcoming Distributed Team Challenges - Agile Maine Day
Heidi Araya - Overcoming Distributed Team Challenges - Agile Maine Dayagilemaine
 
Agile Anti-patterns - Sean Gilligan and Angie Mathieu - Agile Maine Day
Agile Anti-patterns - Sean Gilligan and Angie Mathieu - Agile Maine DayAgile Anti-patterns - Sean Gilligan and Angie Mathieu - Agile Maine Day
Agile Anti-patterns - Sean Gilligan and Angie Mathieu - Agile Maine Dayagilemaine
 
Successful Agile Transformation - Jim Grundner - Agile Maine
Successful Agile Transformation - Jim Grundner - Agile Maine Successful Agile Transformation - Jim Grundner - Agile Maine
Successful Agile Transformation - Jim Grundner - Agile Maine agilemaine
 
Agile Expectations
Agile ExpectationsAgile Expectations
Agile Expectationsagilemaine
 
Alan Seale - Tools to Navigate Uncertainty & Complexity -
Alan Seale - Tools to Navigate Uncertainty & Complexity - Alan Seale - Tools to Navigate Uncertainty & Complexity -
Alan Seale - Tools to Navigate Uncertainty & Complexity - agilemaine
 
Heart of DevOps - Ryan Lockard
Heart of DevOps - Ryan LockardHeart of DevOps - Ryan Lockard
Heart of DevOps - Ryan Lockardagilemaine
 
Richard Kasperowski - High Performance Teams
Richard Kasperowski - High Performance TeamsRichard Kasperowski - High Performance Teams
Richard Kasperowski - High Performance Teamsagilemaine
 
Max Saperstone - Test Automation Strategies and Frameworks
Max Saperstone - Test Automation Strategies and FrameworksMax Saperstone - Test Automation Strategies and Frameworks
Max Saperstone - Test Automation Strategies and Frameworksagilemaine
 
Allison Pollard and Michael Jesse - Everyday Beliefs Come True
Allison Pollard and Michael Jesse - Everyday Beliefs Come TrueAllison Pollard and Michael Jesse - Everyday Beliefs Come True
Allison Pollard and Michael Jesse - Everyday Beliefs Come Trueagilemaine
 
Brian Haggard - bootstrapping a great agile team
Brian Haggard - bootstrapping a great agile teamBrian Haggard - bootstrapping a great agile team
Brian Haggard - bootstrapping a great agile teamagilemaine
 
Biil Joiner - Developing your Personal Agility - Agile Maine Day 2018
Biil Joiner - Developing your Personal Agility - Agile Maine Day 2018Biil Joiner - Developing your Personal Agility - Agile Maine Day 2018
Biil Joiner - Developing your Personal Agility - Agile Maine Day 2018agilemaine
 

Mais de agilemaine (20)

The guide to inviting leadership - Inviting Leadership by Daniel Mezick
The guide to inviting leadership - Inviting Leadership by Daniel MezickThe guide to inviting leadership - Inviting Leadership by Daniel Mezick
The guide to inviting leadership - Inviting Leadership by Daniel Mezick
 
Ready For Agile Checklist - Inviting Leadership by Daniel Mezick
Ready For Agile Checklist - Inviting Leadership by Daniel MezickReady For Agile Checklist - Inviting Leadership by Daniel Mezick
Ready For Agile Checklist - Inviting Leadership by Daniel Mezick
 
Authority Circle - Inviting Leadership by Daniel Mezick
Authority Circle - Inviting Leadership by Daniel MezickAuthority Circle - Inviting Leadership by Daniel Mezick
Authority Circle - Inviting Leadership by Daniel Mezick
 
How I accidentally joined an agile company - Jens Wedin
How I accidentally joined an agile company - Jens WedinHow I accidentally joined an agile company - Jens Wedin
How I accidentally joined an agile company - Jens Wedin
 
Stephen Vance - Testing, DevOps and High-Performing Teams - Agile Maine
Stephen Vance - Testing, DevOps and High-Performing Teams - Agile MaineStephen Vance - Testing, DevOps and High-Performing Teams - Agile Maine
Stephen Vance - Testing, DevOps and High-Performing Teams - Agile Maine
 
DYNAMIC RETEAMING: ACKNOWLEDGE REALITY, CHART YOUR PATH - HEIDI HELFAND
DYNAMIC RETEAMING: ACKNOWLEDGE REALITY, CHART YOUR PATH - HEIDI HELFANDDYNAMIC RETEAMING: ACKNOWLEDGE REALITY, CHART YOUR PATH - HEIDI HELFAND
DYNAMIC RETEAMING: ACKNOWLEDGE REALITY, CHART YOUR PATH - HEIDI HELFAND
 
Jim York - Agile Fluency Model
Jim York - Agile Fluency ModelJim York - Agile Fluency Model
Jim York - Agile Fluency Model
 
Keynote - Niels Pflaeging - Agile Maine Day
Keynote - Niels Pflaeging - Agile Maine DayKeynote - Niels Pflaeging - Agile Maine Day
Keynote - Niels Pflaeging - Agile Maine Day
 
Cutting Code Quickly - LLEWELLYN FALCO
Cutting Code Quickly - LLEWELLYN FALCOCutting Code Quickly - LLEWELLYN FALCO
Cutting Code Quickly - LLEWELLYN FALCO
 
Heidi Araya - Overcoming Distributed Team Challenges - Agile Maine Day
Heidi Araya - Overcoming Distributed Team Challenges - Agile Maine DayHeidi Araya - Overcoming Distributed Team Challenges - Agile Maine Day
Heidi Araya - Overcoming Distributed Team Challenges - Agile Maine Day
 
Agile Anti-patterns - Sean Gilligan and Angie Mathieu - Agile Maine Day
Agile Anti-patterns - Sean Gilligan and Angie Mathieu - Agile Maine DayAgile Anti-patterns - Sean Gilligan and Angie Mathieu - Agile Maine Day
Agile Anti-patterns - Sean Gilligan and Angie Mathieu - Agile Maine Day
 
Successful Agile Transformation - Jim Grundner - Agile Maine
Successful Agile Transformation - Jim Grundner - Agile Maine Successful Agile Transformation - Jim Grundner - Agile Maine
Successful Agile Transformation - Jim Grundner - Agile Maine
 
Agile Expectations
Agile ExpectationsAgile Expectations
Agile Expectations
 
Alan Seale - Tools to Navigate Uncertainty & Complexity -
Alan Seale - Tools to Navigate Uncertainty & Complexity - Alan Seale - Tools to Navigate Uncertainty & Complexity -
Alan Seale - Tools to Navigate Uncertainty & Complexity -
 
Heart of DevOps - Ryan Lockard
Heart of DevOps - Ryan LockardHeart of DevOps - Ryan Lockard
Heart of DevOps - Ryan Lockard
 
Richard Kasperowski - High Performance Teams
Richard Kasperowski - High Performance TeamsRichard Kasperowski - High Performance Teams
Richard Kasperowski - High Performance Teams
 
Max Saperstone - Test Automation Strategies and Frameworks
Max Saperstone - Test Automation Strategies and FrameworksMax Saperstone - Test Automation Strategies and Frameworks
Max Saperstone - Test Automation Strategies and Frameworks
 
Allison Pollard and Michael Jesse - Everyday Beliefs Come True
Allison Pollard and Michael Jesse - Everyday Beliefs Come TrueAllison Pollard and Michael Jesse - Everyday Beliefs Come True
Allison Pollard and Michael Jesse - Everyday Beliefs Come True
 
Brian Haggard - bootstrapping a great agile team
Brian Haggard - bootstrapping a great agile teamBrian Haggard - bootstrapping a great agile team
Brian Haggard - bootstrapping a great agile team
 
Biil Joiner - Developing your Personal Agility - Agile Maine Day 2018
Biil Joiner - Developing your Personal Agility - Agile Maine Day 2018Biil Joiner - Developing your Personal Agility - Agile Maine Day 2018
Biil Joiner - Developing your Personal Agility - Agile Maine Day 2018
 

Último

Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...lizamodels9
 
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesMysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesDipal Arora
 
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...Sheetaleventcompany
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Centuryrwgiffor
 
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...daisycvs
 
Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...amitlee9823
 
Value Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsValue Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsP&CO
 
How to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityHow to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityEric T. Tung
 
Phases of Negotiation .pptx
 Phases of Negotiation .pptx Phases of Negotiation .pptx
Phases of Negotiation .pptxnandhinijagan9867
 
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...allensay1
 
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...Aggregage
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfAdmir Softic
 
Call Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service NoidaCall Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service Noidadlhescort
 
Falcon Invoice Discounting: The best investment platform in india for investors
Falcon Invoice Discounting: The best investment platform in india for investorsFalcon Invoice Discounting: The best investment platform in india for investors
Falcon Invoice Discounting: The best investment platform in india for investorsFalcon Invoice Discounting
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxAndy Lambert
 
Call Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine ServiceCall Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine Serviceritikaroy0888
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageMatteo Carbone
 
It will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayIt will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayNZSG
 

Último (20)

Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
 
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesMysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
 
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Century
 
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
 
Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
Value Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsValue Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and pains
 
How to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityHow to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League City
 
Phases of Negotiation .pptx
 Phases of Negotiation .pptx Phases of Negotiation .pptx
Phases of Negotiation .pptx
 
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
 
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
 
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
 
Call Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service NoidaCall Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service Noida
 
Falcon Invoice Discounting platform in india
Falcon Invoice Discounting platform in indiaFalcon Invoice Discounting platform in india
Falcon Invoice Discounting platform in india
 
Falcon Invoice Discounting: The best investment platform in india for investors
Falcon Invoice Discounting: The best investment platform in india for investorsFalcon Invoice Discounting: The best investment platform in india for investors
Falcon Invoice Discounting: The best investment platform in india for investors
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptx
 
Call Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine ServiceCall Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine Service
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usage
 
It will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayIt will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 May
 

Technical debt is a business problem - Bob Fischer

  • 1. www.eliassen.com | 800.354.2773 WHY TECHNICAL DEBT IS A BUSINESS PROBLEM Bob Fischer REVISION: 1.3
  • 2. • Why should I care? • What is Technical Debt? • Is there ever a case for Technical Debt? • What are the business consequences? • Why isn’t this just an IT problem? • How Might You Get Started Addressing Technical Debt? AGENDA 2 https://xkcd.com/2030/
  • 3. WHY SHOULD YOU CARE? HOW IS THIS RELEVANT TO BUSINESS CONCERNS 3
  • 4. 4 FORTY SECOND BOYD Boyd would start with his competitor behind him In forty seconds Boyd would have the advantage
  • 5. 5 BOYD’S OODA LOOP Observe OrientDecide ActBoyd asserted that having a shorter cycle through the loop meant your competitor was forced to respond to you.
  • 6. • Speed matters more than ever. • Technical debt slows you down. • You can address technical debt to increase speed. • Partnership by everyone in the value-delivery chain is critical. And if it is too hard getting things done technically at your company, talented people won’t want to work there WHY THIS PRESENTATION? 6
  • 7. WHAT IS TECHNICAL DEBT? AND HOW DOES IT COME ABOUT? 7
  • 8. THE GOAL We want to deliver value rapidly today while retaining the ability to deliver value rapidly in the future. Alan Shalloway 8
  • 9. “Borrowing against our capacity to quickly respond tomorrow for the ability to make progress today” John Ryan Technical Debt 9
  • 10. 10 HOW DOES TECHNICAL DEBT ARISE? Shortcuts Poor Quality Longer time to Respond Pressure to Accomplish
  • 11. WHAT ARE EXAMPLES OF TECHNICAL DEBT? Code that is difficult to understand or modify 11
  • 12. WHAT ARE EXAMPLES OF TECHNICAL DEBT? Lack of automated tests 12
  • 13. 13 WHY IS AUTOMATED TESTING IMPORTANT? You need to confirm you didn’t break existing features When you add a new feature
  • 14. WHAT ARE EXAMPLES OF TECHNICAL DEBT? Manual movement of software between environments 14
  • 16. • Not following clean coding principles • Not having coding standards • General lack of automation everywhere: tests, security, deployment, monitoring • Bad design • Bad User Stories • Perennially broken builds, or failing tests • Lack of code craftsmanship OTHER EXAMPLES 16
  • 17. TIME TO DELIVER A NEW FEATURE Effort to Add or Change a Feature Time As system size or complexity increases, so does the time it takes to deliver a new feature 17
  • 18. CONSEQUENCES OF TECHNICAL DEBT Impact of Technical Debt Effort to Add or Change a Feature A much steeper curve – the time to add a new feature increases more rapidly with Technical Debt Time 18 Eventually the time it takes to implement the feature, test it, integrate into the code base and fix broken builds exceeds the time-box of the Sprint. At this point quality and predictability rapidly deteriorate.
  • 19. 19 HIRING • The talent you want to hire has options • If you want to attract and retain good people, you must be competitively technically
  • 20. AT SOME POINT IT IS TOO LATE FOR A COAT OF PAINT 20
  • 21. A POSSIBLE CONSEQUENCE: REWRITE TREADMILL Our systems are too hard to modify We build a replacement Business pressure leads to technical shortcuts Our systems acquire technical debt 21
  • 22. IS THERE EVER A JUSTIFICATION FOR TAKING ON DEBT? YES, BUT YOU HAVE TO PAY IT BACK 22
  • 23. 23 AN EXAMPLE OF USEFUL DEBT Take on debt to increase speed Test in the marketplace Recode for quality Discard the code Desired outcome This works if you have the discipline to pay back the debt
  • 24. WHAT ARE THE BUSINESS CONSEQUENCES? SLOWER TIME TO MARKET, WORSE QUALITY 24
  • 25. HOLDING COSTS AND TRANSACTION COSTS Holding Costs How much does it cost to not ship software? • Cost of capital • Lost opportunities (new sales, increased customer satisfaction, market share) • Obsolescence Transaction Costs How much does it cost to ship software? • Testing • Release Management • Fixed Training Costs Reinertsen, Donald G. (2012-03-29). The Principles of Product Development Flow: Second Generation Lean Product Development (p. 122). Celeritas Publishing. Kindle Edition. 25
  • 26. EXAMPLE OF HIGH TRANSACTION COSTS Two Days Coding One Day Testing Two Person-Months Regression Testing Two Days Release Management 26
  • 27. EXAMPLE OF HIGH HOLDING COST If we release this feature into production in the next two weeks we can close a $1M deal!!! 27
  • 28. OPTIMIZING BATCH SIZE • Improved practices can help you lower transaction costs • Lower transaction costs give you the freedom to release more often • Enabling faster learning cycles and improved economic outcomes 28
  • 29. ISN’T THIS A TECNOLOGY PROBLEM? WHY DO YOU SAY THIS IS A BUSINESS PROBLEM? 29
  • 30. ISN’T THIS JUST A PROBLEM FOR IT? 30
  • 31. 31 We came up with a proposal for automated unit tests. We were told just to focus on features. We didn’t have time for improvement.
  • 32. AT THE TEAM LEVEL 32 • The Product Owner is responsible for the Product Backlog • The Product Backlog can include items to reduce technical debt • The Product Owner has to choose to reduce debt, and keep it from growing Product Backlog Item Product Backlog Item Product Backlog Item Product Backlog Item Product Backlog Item Product Backlog Item
  • 33. IMPROVING INITIALLY SLOWS YOU DOWN Team decision to decrease Technical Debt Effort to Add or Change a Feature Team investment in test automation, code improvement and elimination of manual work initially slows progress Time 33
  • 34. 34 PRODUCT OWNER SUPPORT IS ESSENTIAL I support the team’s technical practices. I’m willing to spend more time to get a story done today so that we have the quality and adaptability we need in the future. Product Owner
  • 35. 35 HOW MUCH SHOULD SHOULD YOU INVEST? We will actively manage this technical debt by ensuring that we invest at least 20% of all Development and Operations cycles on refactoring, investing in automation work and architecture and non-functional requirements … such as maintainability, manageability, scalability, reliability, testability, deployability, and security. 1 1. Kim, Gene,Humble, Jez,Debois, Patrick,Willis, John. The DevOps Handbook: How to Create World-Class Agility, Reliability, and Security in Technology Organizations (Kindle Locations 1669-1672). IT Revolution Press. Kindle Edition.
  • 36. ROADMAP EXAMPLE Show potential add-on products for what the customer is viewing Ready for Validation Jan Feb Mar Apr May Jun Now Enable customers to post video product reviews In Process Create new “Account” service Ready for Work Ju Decreasing Certainty Additional frequent buy bonuses for credit car holders Waitingfor Approva ec Enable future growth 36
  • 37. WHERE DO YOU START? 37
  • 38. 38 CORE APPROACH Where does it make economic sense to invest? Where are the main issues? How do we address them? Assess the impact of technical debt on outcomes: • Lost sales • Poor quality or reputation • Difficulty attracting or retaining technical talent • Loss of market share • Customer defections Map the Value Stream: • Visualize the end-to-end process • Identify the critical speed and quality issues Execution model • Backlog? • Product Owner? • Team? • Scrum or Kanban?
  • 39. If you had $100,000 to improve your house, would you spread it evenly across the entire house? Parquet the garage floor? 39
  • 40. MANAGING TECHNICAL DEBT IS AN ECONOMIC DECISION Malakooti, B. (2013). Operations and Production Systems with Multiple Objectives. John Wiley & Sons. Where might you invest more heavily in improvement? Why? 40
  • 41. 41 USE VALUE-STEAM MAPPING TO DRIVE IMPROVEMENT Understand where you have delays and issues with end-to-end value delivery. Use this to improve speed and quality.
  • 42. • Where would reducing technical debt produce the most impact? • How can we add to our definition to done to stop technical debt from increasing? • Do we have a budget for reducing debt? A percent of our capacity every Sprint? • Are there roadmap items – enablers – that will would help us as a team? How do we advocate for those? • How do we put our ideas into action? TALK AS A GROUP ABOUT WHAT TO DO 42 Photo provided DAS PSB under Attribution 2.0 Generic (CC BY 2.0) In extreme circumstances rewriting may be the best economical alternative including using the strangler pattern to move parts of the functionality methodically to new services.

Notas do Editor

  1. Please note: The orange underline bar needs to extend just beyond the presentation title and should be manually adjusted.
  2. He knew the characteristics of his plane so well, he could respond to random situations successfully you want your opponent  responding to you, not you responding to them.   How do we achieve this?
  3. Observation: the collection of data Orientation: the analysis and synthesis of data to form one's current mental perspective or model Decision: the determination of a course of action based on that current mental model Action: the implementation of the decisions Time is a critical parameter. The organization who goes through the cycle in the shortest time comes out ahead because their opponent is caught responding to situations that have already changed. And may no longer be relevant.  Amazon and CVS / Walgreens have similar products with their Pill Packs; but Amazon will always outmaneuver the competition.  Amazon will do something, and three months later CVS will roll out their 'me-too'.  But by then, Amazon will have moved on and done more than the 'me-too',  The competition will be responding to a situation that has already progressed by at least as long as it takes them to actually roll out their response.
  4. A term you often hear used around static analysis is Technical Debt.  SonarQube will tell you how many man-hours or man-years of technical debt it detects.  You can configure this to only inspect those attributes of your code you find value in.  The debt is then the amount of time it estimates it would take to correct each of the issues it detects. But like our National Debt, this is an abstract concept, and most people don't get it.  They ignore it.  I prefer to use the term coined by Timothy Reaves, called 'Development Tax'.  Instead of an overall single figure, this is expressed as a ratio.  How much work must a developer perform on a story, before the actual business value is addressed.  This can be easier to explain to business.  I've seen this as high as 70%.  This means that if a story takes 10 man-days to complete, fully seven of those days were spent not producing a single bit of business value. So paying attention to static analysis is crucial to the overall efficiency of the organization.
  5. - if you have to work in code with a lot of debt, and you go in there, how quickly can you find what you need, make the change, and get out? - If you go in under pressure, you can't figure it out, you end up making your change.  But that's just added anther knot
  6. The ideal is having an environment that changes state versus moving code from environment to environment
  7. Architectures of application Architectures of build & release  These concerns do not just apply to Traditional organizations AirBnB is a startup.  So did they face these issues?  Absolutely.  You can't start off with writing micro-services; you first have to understand where micro-services are needed, and what they should do.  So they had to write that monolith before they could rearchitect. Architecture can prevent you from responding in a fast-enough timeframe Most organizations have a boat anchor release process.  Now your innovations are being tied to that anchor
  8. How many have gone through multiple rewrites of a core system?  You rewrite for some glorious future. And find you end up rewriting it again.  
  9. learning can be more valuable then technical excellence companies involved in innovation will often have teams that code quickly, test hypothesis, and then hand off successful tests to more formal teams to fully & correctly implement  Be careful; at the majority of organizations, there is no such thing as a temporary solution.
  10. companies that want to be fast have to drive down transaction cost
  11. For companies to be successful, they can no longer think of tech debt as an IT problem.  Removing this debt requires investment.  That investment comes from business.
  12. What effect does this have on employees? If they can't do what they need to, to be successful, they can't succeed For employees, they do not want to work in these environments. And they don’t have to. We have to invest in a systemic approach to controlling this.
  13. Some investments will be local, and can be done by the team Others are at the program level : training, design Yet others at the Enterprise level : mindset, involvement, commitment
  14. Some investments will be local, and can be done by the team Others are at the program level : training, design Yet others at the Enterprise level : mindset, involvement, commitment
  15. The answer is “no”, you’d invest in two areas – those that are important to you and those that improve the resale value of the house. It is the same with technical practices. There are certain places you would invest the most money and some place where you might not invest at all – say on a system that was going to be decommissioned. In fact, if you just invest without a strategy, you won’t get better.
  16. Release Manager story “Continuous Delivery Everywhere”. Is that really a goal