Comment on What do y'all think about mailing lists and IRC as sole communication channels?
ck_@discuss.tchncs.de 1 year agoYes and it depends to both questions.
I participate in projects being developed on Github that have 5k+ open pull requests and the same amount of issues. At that volume of communication, the Github workflow of “clicking through stuff” is way inferior to an efficient email workflow. Essentially, your workflow turns into email anyways because its the only sane way to consume based on push, and yes, I know, you can reply to Github using email, but its not nearly as good as something made for email.
So, in my opinion, email is simpler to use that pull request. It is not easiser because it is not close to what people are used to.
lysdexic@programming.dev 1 year ago
I don’t agree. Any conversation on pull requests happens through tickets, which already aggregate all related events and are trivially referenced through their permanent links, including through the Git repo’s history.