3 methods to make your pair programming better

introduction

Pair programming is a good way to make code better and delivery faster. But, it is no use to do pair programming. So I note my practice.

Make plan

If you clime mountain without knowing path and summit, you will be get lost. in order that you have productive time, Please note the below points.

  • goal
  • requirements
  • todo list
  • work procedure

Decide task without pair programming

Please choose a task that you will not accomplish it in pair coding. If your task is easy or simple, your coding will be tiresome and so strelss full.

Be aware of your role

A driver has a responsibility that you describe why your proposal is good. Navigator has responsibility that you ask driver, if you cannot driver's directions. Both driver and navigator have a responsibility that you make your code better together.

Conclusion

I hope this article helps you.