Pair Programming #250
dami-moj
started this conversation in
Techniques
Replies: 3 comments
-
2021-11: ASSESS |
Beta Was this translation helpful? Give feedback.
0 replies
-
2024-08: ADOPT1: ADOPT 🚀 |
Beta Was this translation helpful? Give feedback.
0 replies
-
vs code liveshare is pretty good now |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://dev.to/documatic/pair-programming-best-practices-and-tools-154j#:~:text=Pair%20Programming%20is%20a%20technique,and%20provides%20feedback%20(navigator).
Pair Programming: Pair programming is a collaborative software development technique where two programmers work together at one workstation, with one writing code (the driver) and the other reviewing each line of code as it's written (the navigator).
It can often help with both knowledge transfer (someone more senior driving) or exposing both participants to different coding styles or ways of thinking.
Beta Was this translation helpful? Give feedback.
All reactions