@dalias have you never used track changes / suggestions on a Google Doc or similar?
@goleztrol @dalias
Have you ever used GDocs?
Being able to see contributions from multiple people is the big one. Inline commenting, single click merges, are others.
It is such a superior text-editing experience.
@Edent @dalias Yes I use gdocs. But I mean they are conceptually equivalent. Someone makes suggestions on the side that can at some point be accepted or not.
Simultaneous editing is technically more challenging. Nevertheless, gdocs has it, and so do various code editing tools already mentioned by others. But then there's a cutoff point where you say: this is done, let's test and deploy it, like publishing a draft. That could go through a PR, or you might as well push straight to main.
@goleztrol Yes, but that's the same as editing non-code. Eventually you lock it off.
Anyway, if it isn't right for your workflow - no worries. I'm not trying to convince anyone.