Pair Programming | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Pair Programming

How do I code with my brother please help.

10th Sep 2019, 9:01 PM
Swerzy CoAL
Swerzy CoAL - avatar
6 Answers
+ 9
1. I would prefer the way Burey suggested with live-share plugin in VSCode editor. It ll be much easier and convenient. 2. Another option is through screen share by video chatting apps like TeamViewer, Apple Remote Desktop, Hangouts , Skype, Team where other user can request control of the presenters screen. Fake tech support (Hackers) use this a lot get into their victims machine. 3. In Linux machine you can share terminal sessions with anyone using tools like tmux, teleconsole, GNU Screen. https://www.howtoforge.com/sharing-terminal-sessions-with-tmux-and-screen 4. Sites like coderpad.io offer quick live coding. 5. All the above assumes both persons are not together, if together then just code together in one Machine. Btw Pair programming is an agile software development technique in which two programmers work together at one workstation. One, the driver, writes code while the other, the observer or navigator, reviews each line of code as it is typed in. The two programmers switch roles frequently.
11th Sep 2019, 1:47 AM
Morpheus
Morpheus - avatar
+ 5
You will need to create a file on GitHub or any other. Then you both will have to commit to a same file
10th Sep 2019, 9:14 PM
Qudusayo
Qudusayo - avatar
+ 2
Can you explain your question? What do you maen by coding with your brother? You mean here on sololearn or what?
10th Sep 2019, 9:06 PM
Eliya Ben Baruch
Eliya Ben Baruch - avatar
+ 1
i mean is there a way to code with each other? like me and him are on the same page editing the code if that makes sense. just like coding on roblox we can code on the same page.
10th Sep 2019, 9:10 PM
Swerzy CoAL
Swerzy CoAL - avatar
+ 1
You will need to either use something like github, or sit down next to each other at your local computer with IDE or get 2 Sololearn accounts and share each others' codes. The last one is probably not what you are after.
10th Sep 2019, 10:55 PM
Sonic
Sonic - avatar