|
| ▲ | kace91 3 hours ago | parent | next [-] |
| >Thats pretty much what a Pull Request is. Then you have to use email for the review conversation, make the discussion easily available to everyone involved and future devs, track manually which comment refers to which line of the diff due to lack of overlaying, manually ping to warn of updates, rely on manual quoting, no direct information on whether the CI pipeline succeeded... To me that feels like writing code using only sed. It is possible, but it removes or makes convoluted an absurd degree of regular work. |
|
| ▲ | Jnr 3 hours ago | parent | prev | next [-] |
| You are correct, but integration with CI/CD and other services as a part of pull-request process in a modern platform is very convenient. I would not go back to e-mail. Especially since I can self host the whole platform like Gitea. |
|
| ▲ | hvb2 3 hours ago | parent | prev [-] |
| And the discussion about that PR goes in an email chain too? You can pull, but having the back and forth documented along with the code is not a nice to have imho |
| |
| ▲ | spiffyk 3 hours ago | parent | next [-] | | Not that it fits everyone, but that is basically how the Linux kernel is being developed. | |
| ▲ | cyanydeez 3 hours ago | parent | prev | next [-] | | Guys, guys, I'm just vibe coding here; just give me your credentials and mothers maiden name and I'll get it myself. | |
| ▲ | lynx97 3 hours ago | parent | prev [-] | | If it is not in git log, a few months down the drain, nobody will read the PR discussion anyway. |
|