Collaborative Programming
Developers should collaborate to write their programs. They write better software when they work together.
Version Control
git is basically a must-have for teams consisting of >0 developers.
Collaborative Editing
- Microsoft's Live Share service
- extension for vscodium
- you might need to sign in via a "user code"
- screen sharing, e.g. with Jitsi
- JetBrains Teamhub plugin for Jetbrains IDEs
web tools
- Syncfiddle – share a link and start coding
- CodePen – web based frontend code editor
- Codeanywhere – Web IDE
Links
- On Pair Programming – Remote Pairing (Martin Fowler)