Trisha Shetty (Editor)

Mob programming

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

Mob programming is a software development approach where the whole team works on the same thing, at the same time, in the same space, and at the same computer. This is similar to pair programming where two people sit at the same computer and collaborate on the same code at the same time. With Mob Programming the collaboration is extended to everyone on the team, while still using a single computer for writing the code and inputting it into the code base.

Contents

It builds on principles of lean manufacturing, extreme programming, and lean software development. Early use of the phrase "Mob programming", was made in "Extreme Programming Perspectives"

A review of the concept of mob programming

In addition to software coding, a mob programming team can work together to do almost all the work a typical software development team tackles, such as defining user stories or requirements, designing, testing, deploying software, and working with the customer and business experts. Almost all work is handled in working meetings or workshops, and all the people involved in creating the software are considered to be team members, including the customer and business experts.

Examples

  • In Kanban In Action Sundén and Hammarberg discuss mob programming in relation to Limiting Work In Progress
  • Marcus Hammarberg discusses Mob Programming at CodeBetter
  • Per Jansson on "This is the story about how we in our development team used mob programming as a way to develop software."
  • Mob Programming, and the importance of fun at work discussed at SoCraTes UK 2014
  • Woody Zuill and his team "discovered" programming as a group and it changed their whole process.
  • References

    Mob programming Wikipedia