|
|
|
|
|
by tptacek
290 days ago
|
|
So: (1) I feel like most people call these async agents, though maybe "parallel" is the term that will stick. (2) Async is great for reasons other than concurrent execution. (3) Concurrent execution is tricky, at least for tightly defined projects, because the PRs will step on each other, and (maybe this is just me) I would rather rewrite an entire project than try to pick through a complicated merge conflict. |
|