0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

リモートワークと相性抜群!モブプロツール

Posted at

目次

1.モブプロとは
2.モブプロツールの紹介
3.使い方
5.おわりに

1. モブプロとは

登場人物

モブプロを理解するためには、登場人物を把握する必要があります。
1.モブ⇆2.タイピストと集まった人数で順番にタイピストを回していきます。 

1. モブ

アイデア出しやタイピストへ指示を行います。

2. タイピスト

実際にコーディングをし、手を動かします。

2. モブプロツールの紹介

mob

mobとはモブプロをリモートで実施する上で便利に使えるツールです。
以下の3つの機能を有しています

  • タイマー機能
  • Github経由で次の人にコードを渡せる
  • モブプロ用のブランチが自動で作られ、そこで作業をできる

インストール方法

以下のコマンドをターミナル、またはコマンドプロンプトで打ってください。

curl -sL install.mob.sh | sh

3. 使い方

使うのは、超シンプル3つのコマンドのみ
※前提条件は皆が同じブランチにいること

  • タイピストが回ってきた時
    15の部分には分単位のタイマーを設定したい時間を記載します。
mob start 15
  • タイピストを次の人に渡す時
mob next
  • モブプロした内容を本ブランチへコミットしたい時
mob done

5. おわりに

たったこれだけでリモートでのモブプロが可能になります。
私のチームではmobを使用し、slackで画面共有をしながらモブプロを行なっております。
皆さんも是非試してみてください😀

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?