|
|
|
|
|
by rbren
519 days ago
|
|
The bigger win comes not from saving keystrokes, but from saving you from a context switch. Merge conflicts are probably the biggest one for me. I put up a PR and move onto a new task. Someone approves, but now there are conflicts. I could switch off my task, spend 5-10 min remembering the intent of this PR and fixing the issues. Or I could just say "@openhands fix the merge conflicts" and move back to my new task. |
|
Playing the other side, pipelining is real.