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
Vim allow multiple, concurrent editors.
Step 1: Get everyone to agree to use vim.
Step 2: Get everyone to agree on the same vim config.
On the other hand, the editor may not be the best place to have everyone join. Maybe just let everyone access the files with ssh or whatever and then let them all use whatever editor they want?