Advertisement
Guest User

Untitled

a guest
Jul 21st, 2023
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. chart with two columns (intentional technical debt, unintentional tech debt) and three rows (symptoms, causes, leverage):
  2. symptoms intentional, harder to evolve, maintain, known limits, lack of artifacts
  3. symptoms unintentional: bugs and errors, wrong, flaky, unstable behavior, changes break system, frictional dev, slow to change, hard to evolve, painful maintenance, dev attrition
  4. causes intentional: experimentation, avoid premature optimization, using ready-to-use products but not focusing on long-term needs, not creating artifacts, optimizing for speed
  5. causes unintentional: mismanagement, artificial urgency, misalignment in planning, misunderstood requirements, unclear product strategy/goals, requirements not turned into proper tasks, bad documentation, lack of skills, poor code and design, no automated tests, too much reliance on manual processes/handoffs, tight coupling with other systems, external evolution
  6.  
  7. leverage intentional: high. unintentional: low
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement