Skip to content

We use this repository to practice coding using TDD and Mob programming approaches

Notifications You must be signed in to change notification settings

ryserCar/mobODF1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mobODF1

We use this repository to practice coding using TDD and Mob programming approaches

Preparing MOB env

  1. Clone this repo
  2. Install Scoop
  3. Install mob
    1. scoop install mob

Mobbing

The mob session starts with selecting a driver who will share his/her screen for an agreed amount of time and everyone else is a navigator who will focus on thinking about the problem in hand and will guide the driver through the coding.

From this repo directory the driver will type:

mob start 10

This will checkout to a work branch and trigger a 10m timer.

When the timer is up, the driver will let the team know and will type:

mob next

This will commit and push any change to the branch.

The following driver will begin to share their screen, and the cycle starts again.

Once the exercise is complete, the last driver will type:

mobe done

Changes will be staged in the main branch, and the driver needs to commit and push them to finish the exercise.

About

We use this repository to practice coding using TDD and Mob programming approaches

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages