Conversation

Has anyone had a collaborative coding experience that rivals Google Docs? Is this a hole in the available tools? Opinions on Replit or Google Colab?
Quote Tweet
I find it: + Easiest to write or code on my own in emacs + git + GitHub + Much easier to use Google docs to do a lot of back-and-forth collaboration on writing + Much easier to use emacs + git + GitHub (not GDocs) to do a lot of back-and-forth collaboration on code
Show this thread
1
Replying to
VS Code Live Share and similar tools (e.g., JetBrains Code With Me) are the closest I've used. They have a synchronous editing model (someone has to "host") but have the advantage of being full-featured editors.
1
2
Show replies