December 2014
Intermediate to advanced
424 pages
11h 20m
English
CHAPTER 29
![]()
Pair Programming
When using tmux, we sometimes forget how powerful the client/server model that it implements is. For example, we all know that because of the client/server model, we can create multiple sessions on a single server and then at any point, we can jump between sessions, as we are able to connect to any session on the tmux server that we have running in the background.
But who’s to say that the server has to be running on our machine! This is where this chapter steps in, to help demonstrate how you can utilize tmux to benefit users who are pair programming.
If you’ve not heard the term before, pair programming is the process ...
Read now
Unlock full access