惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

C
Check Point Blog
有赞技术团队
有赞技术团队
博客园 - 三生石上(FineUI控件)
博客园_首页
博客园 - 【当耐特】
WordPress大学
WordPress大学
月光博客
月光博客
博客园 - 叶小钗
S
SegmentFault 最新的问题
雷峰网
雷峰网
H
Help Net Security
宝玉的分享
宝玉的分享
A
About on SuperTechFans
IT之家
IT之家
J
Java Code Geeks
Hugging Face - Blog
Hugging Face - Blog
D
DataBreaches.Net
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 聂微东
T
The Blog of Author Tim Ferriss
B
Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Y
Y Combinator Blog

Yusuf Aytas

When Code Is Cheap, Does Quality Still Matter? Why Crouching Tiger, Hidden Dragon Is a Masterpiece Why We Ignore Advice The Mirror Is Part of the Machine When Too Many Maps Overlap on One Person The Work Runs on Different Maps Your Work Introduces You Trial By Fire The Dude Why Headcount Math Lies Capacity Is the Roadmap The Roadmap Is Not the System Torres del Paine W Trek Escaping Status Theater Incentives Drive Everything Scaling Culture Without Dilution What Good Looks Like Why Airport Security Feels Random Why Politics Appear How to Work with Me The Janus Protocol Multi-Horizon Delivery Framework What Good Execution Looks Like Managing Your Manager Why Kingdom of Heaven’s Director’s Cut Is Better AI Broke Interviews Most of What We Call Progress Managers Have Been Vibe Coding All Along Stop Wasting Brainpower Why Over-Engineering Happens
Shoulder Ship It
Yusuf Aytas · 2016-03-26 · via Yusuf Aytas

Published · 2 min read

Pair programming is no new topic and has been widely used in the industry. At first, it might seem like itʼs a waste of time because two coders work in the same station. However, it provides values like team building and less defective code.

Although code reviews provide a degree of control in written code pieces, a second person makes sure, hopefully, nothing has gone off the road. The practice is to have a pair review the code while the coder writes it. Thus, the code doesn't need further code review. So, thatʼs what I and others have heard called shoulder ship it.

Shoulder ship it!Shoulder ship it!

When Shoulder Ship It Makes Sense

I believe having a second eye is important in some cases. Nevertheless, I donʼt see much value in having pairs constantly, because some (at least half) parts of software are trivial. Iʼll list the cases where I think shoulder ship its can take place.

Somebody New

When somebody new joins the team, pairing helps them learn existing systems and bring a completely new perspective. It accelerates onboarding and builds shared understanding faster than documentation ever could.

Critical Production Bug

It might be necessary to do a quick fix. In this case, a second eye is very important. Although acting rapidly on these cases is crucial, you become more vulnerable because of stress. Having a pair reduces possible mistakes and keeps judgment sound.

Vital Components

Some components are more important than others. Whenever you feel like you are dealing with the heart of your application, support from your colleagues might be indispensable. By pair programming, you offload some heavy lifting to your partner so that you donʼt get drowned.

Final Thoughts

There might be other examples, but these are the most common scenarios Iʼve encountered. Shoulder ship it works best when used intentionally, not as a default.

Happy shoulder ship its!