Collaborative Coding: An Essential Programming Skill

This article is an excerpt from the Shortform book guide to "The Clean Coder" by Robert C. Martin. Shortform has the world's best summaries and analyses of books you should be reading.

Like this article? Sign up for a free trial here .

Why is it important to learn collaborative coding? What are some ways you can demonstrate your collaborative coding abilities to employers?

Collaborative coding is an important programming skill every coder should have up their sleeve. These days companies even screen for it during the interview process.

In this article, we’ll discuss some collaborative coding best practices. First, we’ll look at teamwork, then mentoring.

Team Coding

The ability to collaborate with others is an important quality every programmer should be good at. In The Clean Coder, Martin covers two elements of collaboration: 1) teamwork and 2) mentoring.

Teamwork

Professionalism involves doing whatever produces the best possible work, and the best work is achieved via collaboration. Even if you’re one of the rare people who works best alone, you hamstring your team’s work—and as a result, hurt your employer—when you refuse to collaborate. More so, you may even sabotage your employability if you are not willing to work on collaborative coding projects—many tech companies screen for this skill at the interview these days.

Putting Together a Team

There are two approaches to putting together teams:

1. Build the team around a project. Assign programmers, analysts, testers, and a project manager to work on a project for a percentage of their time. The members can belong to other teams working on other projects at the same time.

2. Start with the team. Create a team of programmers, analysts, testers, and a project manager, and then assign the team to work on multiple projects together. Usually, this kind of team consists of 12 people: one project manager, two testers, two analysts, and seven programmers. Here are their jobs:

  • The project manager keeps track of and communicates the schedule and priorities.
  • Analysts come up with business requirements and write acceptance tests (usually, testing for how it’s supposed to work).
  • Testers come up with technical requirements and write acceptance tests (usually, what will go wrong).
  • Someone might additionally take on the role of coach to keep the team adhering to discipline.

Approach #2, starting with a team, is the better option because:

  • It takes time for a team to become effective. It can take six months to a year for a group of people to gel (learn how to work together by leveraging strengths and weaknesses, supporting each other, and so on). 
  • Teams that work on multiple projects can better allocate strengths and weaknesses. (Shortform example: People who are good at debugging can work on the debugging aspects of all the projects.)
  • The team can quickly adjust priorities. If one of the team’s projects goes into crisis, the team can pause on their other projects and focus on that one. (Pausing a team created using approach #1 would be expensive and chaotic because management would have to pull everyone on the team off all their other projects.) 

Working as a Team

Once a team is assembled, here are some techniques for effective collaboration:

1. Share code. Anyone should be able to make improvements to any part of the code. That way, people can work with each other and learn from each other.

2. Pair program. Pair programming is not only efficient, but also allows people to share knowledge about both the system and the business; familiarity with other people’s work allows team members to take over for each other in emergencies. Additionally, pair programming is the most efficient way to review code.

3. Work physically close to each other. Face each other when you’re sitting around a table, and be close enough to talk and read body language.

Exceptions to Teamwork

There are a few times when working alone is most appropriate:

  • You need to reflect on a problem.
  • A task is short or unimportant, so getting help would be a waste of resources.

Mentoring

In the previous section we discussed the importance of teamwork. Next, we’ll discuss another aspect of collaboration—mentoring. It’s the professional and ethical duty of experienced programmers to mentor newbies, and it’s newbies’ duty to ask for mentorship. This is because inexperienced coders can cost a company a lot of money and do a lot of damage. 

  • For example, software controls some high-stakes systems such as banking systems.

Mentoring teaches technical skills and professionalism, and instills craftsmanship—the mindset of attitudes, techniques, values, and disciplines required for coding. (Craftsmanship is contagious, so when mentors lead by example, mentees pick it up.) Mentoring is the only way to learn many of these skills—school and courses can teach theory but not practice. 

Martin’s ideal mentoring system includes the following roles and responsibilities.

  • Masters have over 10 years of experience with various systems and languages, have led at least one important project, and are skilled coders, architects, and designers. They might be managers or have been offered management jobs, but they’re up-to-date, technical experts. (General managers or project leads who don’t know how to code shouldn’t act as masters.) Masters mentor journeypeople.
  • Journeymen and women have around five years of experience with one system and language. They’re learning about additional systems and languages, and about teamwork. They mentor less experienced people.
  • Apprentices have less than a year of experience. They don’t have their own tasks—they help journeymen and women and regularly participate in pair programming to learn professionalism and skills such as TDD. If apprentices do well, a journeywoman will recommend promotion and a master will approve or deny the recommendation.

The level of mentorship required depends on experience. The less experienced an apprentice or journeywoman, the more supervision they need. Apprentices should have no autonomy, and very experienced journeymen and women should be peer-reviewed.

Collaborative Coding: An Essential Programming Skill

———End of Preview———

Like what you just read? Read the rest of the world's best book summary and analysis of Robert C. Martin's "The Clean Coder" at Shortform .

Here's what you'll find in our full The Clean Coder summary :

  • Why many don't consider developers to be "professionals"
  • Why continued professional development is so important
  • How you can develop the six qualities and skills of a professional coder

Darya Sinusoid

Darya’s love for reading started with fantasy novels (The LOTR trilogy is still her all-time-favorite). Growing up, however, she found herself transitioning to non-fiction, psychological, and self-help books. She has a degree in Psychology and a deep passion for the subject. She likes reading research-informed books that distill the workings of the human brain/mind/consciousness and thinking of ways to apply the insights to her own life. Some of her favorites include Thinking, Fast and Slow, How We Decide, and The Wisdom of the Enneagram.

Leave a Reply

Your email address will not be published.