Skip to content

Commit

Permalink
minor update - code review or pull request workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
barinek committed May 3, 2022
1 parent 873cab3 commit 3675fbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Why pairing is faster

A paper proving that pairing is faster than pull requests.
A paper proving that pairing is faster than a code review or pull request workflow.

Download the [latest draft](https://github.com/initialcapacity/why-pairing-is-faster/releases/latest/download/why-pairing-is-faster.pdf)
of the paper.
Expand All @@ -18,8 +18,8 @@ We complete more features faster by pairing because the code reviews happen in p
## Summary

When paring, dependencies between stories in a backlog have less of an impact on team velocity.
The impact of dependencies is much higher in a pull request workflow, meaning stories must be highly parallelizable
to achieve the same productivity.
The impact of dependencies is much higher in a code review or pull request workflow, meaning stories must be
highly parallelizable to achieve the same productivity.

## Simulator

Expand Down
4 changes: 2 additions & 2 deletions pairing.tex
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
\section{Summary}\label{sec:summary}

When paring, dependencies between stories in a backlog have less of an impact on team velocity.
The impact of dependencies is much higher in a pull request workflow, meaning stories must be highly parallelizable
to achieve the same productivity.
The impact of dependencies is much higher in a code review or pull request workflow, meaning stories must be
highly parallelizable to achieve the same productivity.

\end{document}

0 comments on commit 3675fbd

Please sign in to comment.