That’s a waste of expensive resources!” An antiquated factory mindset where number of keystrokes per hour and 100% utilization of developers are the goals Image courtesy of @johncutlefish
situations To onboard a new developer When someone gets stuck Effective pair programming is deceptively challenging The less you do it the less useful it is to you @phillyxp Sometimes pair programming doesn't "take" -- most frequently when it's framed as one programmer helping out another who's struggling. -Tim Ottinger, Agile Coach and Author
time is too prescriptive Only pair for “special circumstances” Pairing occurs so infrequently developers never build pairing skills Without the skills to effectively pair developers fail to see its benefit in the day- to-day work
team based design and development Improves / Creates opportunities for mentoring Drastically reduces onboarding time Flattens learning curves Knowledge travels through team quickly Builds trust / Team building Reinforces collective code ownership Eliminates Towers of Knowlege When paired with TDD creates a powerful workflow Results in higher quality code Limits WIP Encourages Swarming JIT code reviews (non-blocking code reviews) Interruption blocker Social pressure not to get distracted / Pairs stay in flow longer @phillyxp
pass 1. Create a failing unit test (not compiling counts as a failing test) 3. Refactor only when all unit tests are passing Ping Pong Pair Programmi ng @phillyxp
Writes the next failing test Makes the next test pass Only when all tests pass either person can refactor Continue until both people agree there are no more tests to write @phillyxp
with a developer or join a pair as a third person @phillyxp [When pairing] learning happens every minute of every day while actual work is being done. -Richard Sheridan, Author of Joy, Inc. and CEO of Menlo Innovations
to pay my mortgage bill on the first business day that is on or after the due date As a Bill Payer I want to pay my water bill on the first business day that is on or before the due date As a Bill Payer I want to treat holidays as non-business days (external holiday service) As a Bill Payer I want to pay my electric bill on the first business day that is closest to the due date @phillyxp HINT TO GET STARTED: Create objects with public methods that take a date and return a modified date based on business rules