Challenges Faced in Distributed Development

Challenges Faced in Distributed Development

By definition, Distributed Development is difficult due to the ‘tyranny of distance’. In fact, in the early days of Agile adoption, some purists believed that Agility and Distributed Development could not coexist, going by this principle - “The most efficient and effective method of conveying information to and within a development team is via face-to-face conversation”. Distributed Development is a reality today and in most cases, a necessity due to some very convincing reasons. Despite all the advancements in technology related to communication and collaboration of virtual teams, Distributed Development still faces challenges, as people are ‘not in the same room’. Let us examine some of these challenges in this post.

Barriers to Communication and Collaboration

Culture

Distributed Development often involves teams spread across nations and continents. As we all know, cultures vary widely across the globe. When people are ignorant of culture, even an innocuous gesture, or the lack of it, can cause ill-will among people.

An example will illustrate this point. In some countries, it can be quite uncomfortable for many people to directly say ‘no’, whereas in others, it is perfectly acceptable to say so, and also expected, rather than getting a mixed response. One can imagine the awkwardness on a telephone conference call when there is a long silence or an incoherent response, when the person actually means to convey a ‘no’.  Such situations could potentially create major misunderstandings, and can impede building of trust, and impact software delivery as well.

Time Zone

Distance between teams not only inhibits face-to-face communication, but poses additional practical challenges as well. If teams are working in vastly different time zones, e.g. San Francisco (US West Coast) and Pune (India), there is a challenge in overlapping working hours. Either or both sides would have to start work early or end work late, and this can lead to another problem, one of resentment.

Language

Another situation that often characterizes distributed teams is when both teams are from different parts of the world, and their primary language is not the same. A team in China, that speaks Mandarin, finds it difficult to communicate with another in Brazil, that speaks Portuguese. These teams would have to use a language common to both, say English. Given that it is not the primary language of either team, the ability to communicate clearly and crisply, while keeping a neutral accent, is challenging.

Lack of the ‘Big Picture’ View

This challenge typically occurs when the Product Owner (PO) and Business Analyst (BA) are in separate locations from the rest of the delivery team. While they may conduct a ‘big bang’ session to provide the big picture view, their conversations around the big picture may get ignored, and most of the team members might just get to see limited pieces of the puzzle. The problem is further aggravated when the team's work is directed from a  remote location.

Requirements Misunderstanding

Another challenge arising from the distance between the PO/BA and the team is that opportunities to elicit and clarify requirements are rare. This can naturally lead to higher documentation for communicating requirements, and clarifications done over the phone. This poses a huge risk of requirements being misunderstood, especially if there is no common primary language.

Lack of Trust

Building trust between team members is a ‘chicken and egg’ problem. When people are separated by distance, there needs to be greater trust between them, to work collaboratively. And trust cannot be built between people unless people connect in person and spend meaningful time together. Absence of trust leads to a ‘throw over the wall’ mindset and finger pointing when things slip or fail. In this situation, there is a very high risk of negative feedback being given or taken in the wrong spirit.

This is an important challenge when teams are distributed and have a high level of dependencies between them. Imagine a day when a team in Pune (India) leaves behind a broken Build as the other team in San Francisco starts the workday. This will result in loss of productivity for the team in San Francisco. Even if there is every reason to believe that this was an inadvertent slip from the India team, it could cause resentment in the US team, thereby leading to an increase in the trust deficit.

Lack of Visibility

While working from a remote location, it is quite difficult to get good visibility of work happening in other locations, as radiation of information across locations is a huge challenge. This can lead to ‘multiple sources of truth’, which can result in misunderstandings and unpleasant surprises.

Low Morale

This is typically seen at offshore locations, when onshore has a superiority complex. When onshore team members carry the belief that the work done by the offshore team is relatively of low value as compared to their work, they seldom appreciate the other team members. This can lead to a feeling of being taken for granted and result in low morale.

Lack of Collective Code Ownership

Collective code ownership means that no single member of the team owns a piece of code, it is owned by the entire team. This means that the code is up for refactoring to all team members. Implementing this in a distributed environment poses two major challenges. First, unless appropriate tools and a Version Control System is used, maintaining collective code ownership can be difficult across locations. Second, lack of trust between team members can lead to highly negative consequences like blaming each other.

Risk of Unpleasant Surprises when ‘Everything Comes Together’

When multiple locations are producing work that needs to be integrated at some point, there is a huge risk of things falling apart, unless Continuous Integration is practiced rigorously. Inconsistencies between locations in types of tools used, an unsuitable Version Control System and lack of common quality standards can become major impediments towards achieving ‘surprise-free’ integration.

Summary

After reading all the above challenges, it might appear that Distributed Development is doomed for failure. However, many organizations have worked towards implementing measures which significantly help in overcoming these challenges, if not fully eliminating them. I am going to share some of these good practices in my subsequent posts.

Originally published on:

https://www.thoughtworks.com/insights/blog/challenges-faced-distributed-development

Howard R.

Software Engineering Manager

7 年

Really good article covering the potential challenges of a distributed team - I think I've run into most of those. I think the cultural challenge is the trickiest as you can be trying go against a grain which has been built into the individuals from birth - spending time onsite with the remote teams seemed to be the best way to mitigate this.

Yinxiang BAI

Senior Technical Business Analyst at Bay Building Group

8 年

Good summary of the issues faced by agile teams involving outsourced overseas development team. We have a 3-4 developers team in Indonesia. In order to run the scrum more efficiently, we have a dedicated project manager to work as scrum master to oversee the development. The trust and cultural buildup is the hardest thing to achieve.

Jayaprakash Puttaswamy

Growth Leadership Coach | Founder and Agility Coach for Leaders & Leadership Teams at Agility Moments

8 年

Distributed teams could be good start with when you have no choice. But leadership should understand its perils and act on reducing dependencies or invest on/enable high quality collaboration tools in addition to cross-site travel opportunities. It can happen when a leader gets clarity on catalyst role he/she should play in transformation.

回复
Srinivas Chillara

Principal Consultant at SwanSpeed: Rightsourcing, Time Series Forecasting and Anomaly Detection

8 年

One should also note that distributed will almost surely be more fraught than co-located, regardless of approach: w/f, RUP or agile (whatever that is).

Ian Warner

Founder @DryKISS @AvailableToWork | Startup Advisor | Product & Engineering Owner

9 年

i think also understanding the inevitability of having to reach out for remote / nomad workers. London for instance has a massive talent deficit in the digital industry, but hiring managers are slow and cumbersome whilst dealing with their acquisition. The sooner these companies switch on to the fact that they need to adapt how and who they employ; to facilitate agile or any such project management framework the better. The smart companies will smash through these hurdles mentioned in this article and take the gamble to test the processes quicker. That after all is Agile. Of hire individuals locally, and place them in these up and coming talent markets like Vietnam, Cambodia to set-up and create development studios, That will mitigate a lot of risk in the sections you mention.

要查看或添加评论,请登录

Sunil Mundra的更多文章

  • The power of a small gesture

    The power of a small gesture

    Today I got the opportunity to give a talk to the students doing their Master’s degree at my Alma Mater, viz. School of…

    9 条评论
  • Distributed Development Enablers Part 2: Process

    Distributed Development Enablers Part 2: Process

    In this series of articles on Distributed Development, this is the third article. The first article was about…

  • Distributed Development Enablers Part 1: People

    Distributed Development Enablers Part 1: People

    Having examined the Challenges of Distributed Development (https://www.linkedin.

    6 条评论
  • From ‘Taylorism’ to ‘Druckerism’

    From ‘Taylorism’ to ‘Druckerism’

    It is an undisputed fact that Frederick Taylor’s work, ‘Principles of Scientific Management’ was path breaking and that…

    22 条评论
  • The Implicit Agile Principles

    The Implicit Agile Principles

    The essence of Agile is supposed to be brought out by the Manifesto and 12 principles. However, there are few…

    13 条评论
  • Be Like Salt

    Be Like Salt

    What does salt have to do with consulting? Please read my blog, published by ThoughtWorks, to find out. https://www.

    11 条评论
  • Where is code created?

    Where is code created?

    Are you surprised by this question? You are thinking the answer is so obvious, isn’t it? Of course, the code is created…

    14 条评论
  • Maximizing Benefits from Agile Adoption/Transformation

    Maximizing Benefits from Agile Adoption/Transformation

    Given that being Agile has a direct correlation with business benefits, viz. Time to Market, Efficiency, Quality and…

    19 条评论
  • Doing vs. Being Agile

    Doing vs. Being Agile

    Many teams believe they are Agile because they are following the prescribed Agile practices. E.

    43 条评论

社区洞察

其他会员也浏览了