+ 2
Pair Programming
How do I code with my brother please help.
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.
+ 5
You will need to create a file on GitHub or any other.
Then you both will have to commit to a same file
+ 2
Can you explain your question?
What do you maen by coding with your brother?
You mean here on sololearn or what?
+ 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.
+ 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.