Are there any good collaborative code editors?
I'm sick of this antipattern of downloading files from git, sending pull requests, merge conflicts etc.
Why can't a group of us edit source code as easily as using Google Docs?
Are there any good collaborative code editors?
I'm sick of this antipattern of downloading files from git, sending pull requests, merge conflicts etc.
Why can't a group of us edit source code as easily as using Google Docs?
@Edent Dammit! You just reminded me a few years back I was working on a server/protocol for doing shared document editing specifically for code using a by line editing lock; unfortunately I think I got burned out by work and I never completed it, I think my end goal was for it to be generic so that way the server can be connected to via any client be it an extension for an IDE or a CLI program, I think I should revisit it