2 pages tagged with "pair-programming"
Effective pair programming
March 28, 2024What is pair programming? Let’s first establish what pair programming is: Two people working together on the same problem at the same time.
What is pair programming? Let’s first establish what pair programming is: Two people working together on the same problem at the same time. It is not about one person showing off their skills in front of another, nor one person afraid of making mistakes due to an impostor syndrome. Each person wil…Pull Requests vs Pair Programming
April 01, 2021Let’s talk about the benefits of Pull Requests and Pair Programming, and my thoughts on these after some years of experience with them.
Let’s talk about the benefits of Pull Requests and Pair Programming, and my thoughts on these after some years of experience with them. Pull Requests A Pull Request (PR) is basically a way of showing your suggested code changes such that they are easily comparable with the existing source code. Thi…