Validated Senior Developer
less than a minute
This collection of technical practices will help you become a fluent TDD developer, even in gnarly legacy code. You will become more aware of risk and better able to reduce it during development, resulting in less time spent fighting fires or debugging.
Timeline
Each change happens in 3 phases.
Expand
Introduce new behaviors
- Concrete behavior change.
- One change at a time.
- Learn in real world, not lab.
- Proficiency focus: improve behavior consistency and quality.
Master
Make behaviors habitual
- Integrate all new behaviors.
- Apply to novel situations.
- Fluency focus: make behavior automatic and easy.
Leverage
Integrate into everything
- Reduce other processes.
- Reduce defect spend.
- Pay down defect backlog.