DEV Community

Discussion on: Why isn't there Tinder for coding partners?

Collapse
 
gmf002 profile image
George Fazio

Remote pairing is tolerable. But, there's nothing quiet like passing the keyboard back and forth in person. An ex-coworker had the IT department install two keyboards, mice, and an extra monitor that he mirrored. When we'd pair, one person sat at each keyboard/monitor and we'd just take turns writing code. He was big on TDD, so it was usually one person wrote a test, the other wrote the code, then another test and repeat. It flowed really well. I've yet to be on a remote pairing session that flowed as well as that.

So, maybe you're on to something here. :)

Collapse
 
robertgid profile image
RGID

It isn't quite the same, but things like VS Code Live Share can partially emulate that experience, letting you follow along and write code simultaneously.