<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">There might be some interesting links in here, we also saw gh-auth <a href="https://github.com/chrishunt/github-auth">https://github.com/chrishunt/github-auth</a><div><br></div><div>Mike</div><div><br></div><div><div>Adventures In Pair</div><div>Programming</div><div>Mike Stok, Toronto Perl Mongers 2013-08-29</div><div><br></div><div>━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</div><div>Before I Begin</div><div> Thanks Dave, Olaf, Stuart</div><div> Thanks ScreenHero, Digital Ocean, 8th Color</div><div> This is subjective</div><div> Based on many days of experience</div><div> That's enough gratuitous e ects</div><div><br></div><div>━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</div><div>Before I Begin</div><div> We've discussed this at TPM before</div><div> I've tried to get it implemented at #{work}, with marginal success</div><div> Frustration is the mother of invention</div><div><br></div><div>━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</div><div>Intended Structure</div><div> In One Slide...</div><div> What Is It? (It being pair programming)</div><div> Why Do It?</div><div> How Can We Do It?</div><div> Resources</div><div> Demonstrations</div><div> Questions</div><div><br></div><div>━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</div><div>In One Slide...</div><div>"All code to be sent into production is created by two</div><div>people working together at a single computer. Pair</div><div>programming increases software quality without</div><div>impacting time to deliver. It is counter intuitive, but 2</div><div>people working at a single computer will add as much</div><div>functionality as two working separately except that it will</div><div>be much higher in quality. With increased quality comes</div><div>big savings later in the project."</div><div><a href="http://www.extremeprogramming.org/rules/pair.html">http://www.extremeprogramming.org/rules/pair.html</a></div><div><br></div><div>━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</div><div>What Is It?</div><div> An eXtreme Programming practice</div><div> Two people at one computer</div><div> Frequent changes of role</div><div> Frequent changes of partner</div><div><br></div><div>━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</div><div>Why Do It?</div><div> For some adventure -- if you're comfortable you're not doing it right!</div><div> It's fun</div><div> Improved design (TDD) and code</div><div> Knowledge and skill transfer</div><div> Incidental benefits</div><div><br></div><div>━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</div><div>Why Do It?</div><div> It doesn't have to suck -- <a href="http://www.youtube.com/watch?v=OQXEzwXtzJ8">http://www.youtube.com/watch?v=OQXEzwXtzJ8</a></div><div> Focus on the code is essential</div><div> It doesn't have to slow you down</div><div> It is hard work to learn to collaborate</div><div> It is rewarding to collaborate</div><div> Knowledge and skill transfer</div><div><br></div><div>━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</div><div>How Can We Do It?</div><div> Agree on the"ground rules":</div><div> What's the goal? Be realistic</div><div> When are we done? Be flexible</div><div> What tools do we use? Be open</div><div> When can we do it? Be present,engaged</div><div><br></div><div>━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</div><div>How Can We Do It?</div><div> Ideally -- in my opinion</div><div> Physically co-located</div><div> With management support</div><div> At a single computer</div><div> Ability to walk away from the computer</div><div> Pomodoro-ish time management</div><div><br></div><div>━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</div><div>How Can We Do It?</div><div> Remotely:</div><div> ssh into my machine and use tmux</div><div> screen / window sharing ScreenHero</div><div> use a VPS and tmux + port forwarding</div><div> Problems:</div><div>  responsiveness, security, disconnections</div><div><br></div><div>━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</div><div>Resources (Web)</div><div> <a href="http://www.pairprogramwith.me">http://www.pairprogramwith.me</a></div><div> <a href="http://securesoftwaredev.com/software-development/pair-programming/">http://securesoftwaredev.com/software-development/pair-programming/</a></div><div> <a href="http://www.extremeprogramming.org">http://www.extremeprogramming.org</a></div><div> <a href="http://screenhero.com">http://screenhero.com</a></div><div><br></div><div>━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</div><div>Resources (Books)</div><div> Extreme Programming Explained -- Kent Beck</div><div> Peopleware -- Tom DeMarco and Timothy Lister</div><div> Tmux: Productive Mouse-Free Development -- Brian P. Hogan</div><div> Metaphors We Live By -- George Lako and Mark Johnson</div><div><br></div><div>━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</div><div>Resources (Tech)</div><div> Technologies:</div><div> terminal sharing: screen / tmux</div><div> window / screen sharing: ScreenHero etc.</div><div> VPS: Digital Ocean etc.</div><div><br></div><div>━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</div><div>Demonstrations</div><div> tmuxinator (wrapper around tmux)</div><div> ScreenHero</div><div> Digital Ocean (if there's interest)</div><div><br></div><div>━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</div><div>Questions</div><div> Was this a good use of your time?</div><div> Beer?</div><div>  Where?</div><div><br></div><div>━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</div><div>The End</div><div><br></div><div>━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</div><div><br></div><div apple-content-edited="true">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px; font-size: 12px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="margin: 0px; ">-- </div><div style="margin: 0px; "><br class="khtml-block-placeholder"></div><div style="margin: 0px; ">Mike Stok <<a href="mailto:mike@stok.ca">mike@stok.ca</a>></div><div style="margin: 0px; "><a href="http://www.stok.ca/~mike/">http://www.stok.ca/~mike/</a></div><div style="margin: 0px; "><br class="khtml-block-placeholder"></div><div style="margin: 0px; ">The "`Stok' disclaimers" apply.</div><div><br class="khtml-block-placeholder"></div><div><br class="khtml-block-placeholder"></div></div><br class="Apple-interchange-newline"></span></div><br class="Apple-interchange-newline"><br class="Apple-interchange-newline">
</div>
<br></div></body></html>