- iteration planning meeting (monday)
- team estimating
- product manager and developers
- try to keep stories small
- 2 developers, 2 keyboards, 2 monitors, lots of communication
- TDD
- mentoring / knowledge transfer
- less chance people getting stuck on things
- focus
- great for interviewing candidates
- code review
- less interruptions (usually have an interrupt pair)
- take ping pong break together
- quick review of stories pairs worked on (issues, etc.)
- choose pairs (stick for context)
- write test, write code, refactor
- feedback loop (unit tests, integration tests -> CI)
- keep it simple (dtstp)
- acceptance in story, keep stories small
- start at unit level, add integration tests
- automate all the things
-
Continuous integration
- integrate early / often
-
Continuous Delivery (pipeline)
- deliver frequently
- https://c2c.ci.cf-app.com/
-
Team Dashboards
Feedback and Speed
- end of week retro
- what worked well,
- https://postfacto.io/retros/288
- tech retros