Does code review speed matter for practitioners?

(link.springer.com)

3 points | by cpeterso 13 days ago

1 comments

  • cratermoon 13 days ago
    The paper references Martin Fowler's article on Continuous Integration, and Fowler has updated his article to note some areas of friction the PR & code review process introduces into CI[1].

    I've noticed in my consulting places where the PR process runs into problems. Many companies attempting to adopt CI/CD and modern code review haven't set clear guidelines for the PR process. Different programmers have conflicting expectations about all the metrics mentioned here, and leadership just says "do PRs" without much more guidance.

    1 https://martinfowler.com/articles/continuousIntegration.html...