Skip to content

Commit

Permalink
Adding quote by Daniel M for co-creation patterns (#7178)
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonBeeming authored Nov 6, 2023
1 parent d0e1f66 commit 1a993b4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions rules/do-you-use-co-creation-patterns/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@ That leads us to synchronous, continuous code reviews and co-creation patterns

So, with the async way of working, we’re forced to make a trade-off between losing quality (big PRs) and losing throughput (small PRs).

We can avoid this by using co-creation patterns.
We can avoid this by using co-creation patterns. As a general rule, Pull Requests with less than 20 lines of code, and larger changes with a degree of complexity/risk, make good candidates for co-creation

> As a general rule, Pull Requests with less than 20 lines of code,
> and larger changes with a degree of complexity/risk, make good candidates for co-creation
> The idea is that you do small PR's but also limit WIP. If you are do several small PR's quickly and are waiting for review, you become blocked very quickly. By co-creating, the small PR's get reviewed & merged instantly which avoids getting blocked and enables you to smash out loads of small PRs! 💪
>
> Daniel Mackay
### Patterns

Expand Down

0 comments on commit 1a993b4

Please sign in to comment.