Skip to content

Instantly share code, notes, and snippets.

@markstgodard
Last active December 1, 2016 23:38
Show Gist options
  • Select an option

  • Save markstgodard/df2483861a00a8cfa1d8694819fb0a6b to your computer and use it in GitHub Desktop.

Select an option

Save markstgodard/df2483861a00a8cfa1d8694819fb0a6b to your computer and use it in GitHub Desktop.

Work

Planning

Pair programming

  • 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

Standup

TDD

  • 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

CI/CD

Feedback and Speed

Retrospectives

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment