Click here to Skip to main content
15,886,963 members
Articles / DevOps / Agile

The Art of Clear Communication

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
6 Aug 2023CPOL7 min read 13.5K   5   91
Short and practical guide about improving your communication skills
This is a short practical guide backed by my practical experience and established communication theory. This article discusses some theory and real-life examples about communication with different audiences (developers, managers and busines analytics), defining communication purposes (narration, explanation, description and persuasion). It also covers why it is so important to be a great listener and how to read between the lines.

Image 1

Introduction

Throughout my long journey of fifteen years as a software developer, project manager, and team leader, I was faced with many issues. Along the way, I've noticed that many of them were caused simply due to the lack of decent communication skills and it could easily be avoided. I became so interested that I read multiple books on communication theory and even completed some certificates.

Finally, I got some free time to write this short and limited article, the purpose of which is to share my knowledge with you, and hopefully improve at least a little bit of communication quality of your work and also private life.

Let's begin!

What is Communication?

Communication is something we all do, but what does it mean? It's the art of passing a message from one person to another, typically speaking or writing. Have you ever wondered who's in charge of making communication work? Is it the person sending the message, or the one receiving it?

It's a common belief that if someone doesn't understand what you are saying, it is his fault. But this is incorrect. The sender is responsible for sending a clear and understandable message. The sender knows what and to whom he is communicating.

To clear things up, let's start by breaking down the basics of communication: the audience, the purpose, and the constraints.

Audience

An audience is a person or group of persons to whom you want to communicate a specific message. It is an answer to the question "to whom are you communicating?". Without a clear understanding of your audience, your words might not be understood correctly.

Real-Life Example

Imagine a situation when a bug in the code causes a critical production issue which needs to be resolved as soon as possible. What would you say to the developer and what to the
manager? Probably you would not have the same conversation with them. At least I hope so.

A typical conversation with a colleague developer would be something like: "Hey, there is an "exception" caused in "class" which occurred in a specific "use case". I reviewed the code, but I'm unable to pinpoint the exact issue, can you please take a look"?

While conversation with the manager would be completely different and something like: "Hi there, we are resolving the issue and anticipate having it resolved by today, around 4:00 PM".

The audience Software developer needs completely different information than the audience Manager. The developer needs to receive detailed technical information to resolve the issue while the manager needs information needed in communication with customers. Sending the same message to those two audiences would result in confusion and possible misunderstanding of the situation.

Types of Audiences

There are more audiences but for the simplicity of this article, I will cover only the following:

  1. General audiences
  2. Managers and decision-makers
  3. Expert

General audience is not specialized in a particular topic. They are usually interested in a topic just for their enjoyment. Provide them with practical information, use anecdotes, examples, etc. It is important to not include too many details. Communication with the general audience about the above real-life example would be “Hey, there is a production issue. We are resolving it right now, but until then, functionality X does not work”. Practical information without too many details.

Managers and decision makers audience is more than in detail interested in effects, costs and timelines. Rather than detailed explanation, provide them summary reports and recommendations. If details are required, provide them as appendix.

Expert audience have extended expertise in specific domain. Provide them with additional information and enough details.

Purpose

I found out that many meetings are quite hard to follow due to a lack of a clear definition of the communication purpose. During the conversation, I always ask myself “What do we want to accomplish?” Are we seeking a solution, clarifying the present situation or investigating why we are in the present situation? Without clear communication, the lines between these aspects become blurred and the meeting can turn into a confusing discussion.

For this reason, it is important to establish clear communication purposes. It is common to mix different purposes within the same meeting, but it is important to have clear boundaries between them. By doing so, a meeting will result in more effective discussions.

The purpose is an answer to the question “What do we want to accomplish?”. In communication theory, there are four basic purposes:

  1. Persuasion
  2. Exposition
  3. Narration
  4. Description

Persuasion is convincing others to feel, act or think differently than they currently do. It is presenting how things could be. This is usually used when presenting solutions for specific issues. The solution must be presented clearly and understandable to the audience.

Exposition is presenting the objective facts with no subjective details if possible. This form is used when presenting the knowledge gap between you and the audience (meeting minute, technical presentations, etc.). For example, if you want to present the difference between two frameworks, you would typically present advantages and disadvantages of each framework. It is important that information is well organized (e.g., advantage / disadvantage table).

Narration is presenting a chronology of events that led to the current state. It is important to include only needed details and represent how event occurred in time. Typically, usage would be explaining what series of events caused missing the deadline.

Description is presenting a detailed picture of how things looks like. You should include needed details and also present the big picture to the audience. The most typically usage of this form is product documentation.

Real-Life Example

The project is behind schedule. Managers organize meetings with business analytics and lead developers to discuss what to do next. When communication isn't clear, things can get a bit chaotic. Developers might want to brainstorm solutions, business analysts might be after a clear picture of the functionality current state, and managers could be looking at timelines and ways to prevent the same issue in future. And some of the participants will just be lost in conversation.

A better way is to establish an agenda and clear communication rules. The first step is to draw a clear picture of the present state using description purpose. If it is important to understand the series of events leading to the present state, then use narration purpose. Typically, the next step is proposing a solution proposal using persuasion purpose. Hopefully, there is more than one solution that should be communicated using exposition purpose.

Constraints

Constraints are simply limitations in communication. I will touch only the most obvious one - time. It happened way too often that meeting is scheduled with a very tight time frame. This results in much lower focus and attention, particularly because participants might have other meetings or tasks lined up. And I'm sure many of us can relate to the frustration when a meeting, especially one right before lunch, ends up longer than expected. And yes, hungry people will often agree with everything just to wrap things up and head to lunch.

The Power of Listening

Effective communication isn't just about speaking. It's also about being an excellent listener. Furthermore, listening without interrupting the speaker is not only showing respect but also gaining new information. I see way too often that smart and educated people are silenced by loud ones. The company which allows itself to be led by loud individuals, rather than those who have knowledge quickly runs into problems.

When you listen, you will understand the people and you will be able to read between the lines. Also, you will understand the communication patterns of your closest colleagues. I had the privilege to work with an excellent developer who tended to underestimate the time needed to complete tasks. He would always say is 80% completed and promised to finish by the next morning. In reality, he usually missed those deadlines. His 80% were usually more like 50% to 60%. I was stressed because of the delayed project plan and he was stressed because tasks were not completed. And for me, stress is a clear indicator of issues that should be somehow avoided.

I was trying for months to change him but eventually, I realized that he consistently provided valuable information. It was just a matter of interpreting it correctly. After this realization, I got the information needed for adjusting the project plan and reducing stress for both myself and my colleague. Yes, I’m a persistent guy and I didn’t give up on his communication patterns. I continuously corrected and advised him and after some time, he started to provide correct information. Today, he is a successful project leader and I'm proud that I was part of his journey.

History

  • 6th August, 2023: Initial version

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader
Slovenia Slovenia
Hey, if you like my content fell more than welcome to contact me on LinkedIn or send me an email to saso.madaric@gmail.com

http://www.linkedin.com/pub/saso-madaric/72/372/b1a

Passionate Team Leader with purpose to keep his team happy and Senior Java Developer who started his first professional software development job at age 20. An enthusiastic believer that technical knowledge is not enough for successfully delivered project - without understanding business domain in detail, project quickly becomes unsuccessful.

Comments and Discussions

 
PraiseNice article Pin
Ebere Emelike8-Aug-23 22:43
Ebere Emelike8-Aug-23 22:43 
GeneralRe: Nice article Pin
Nelek9-Aug-23 3:35
protectorNelek9-Aug-23 3:35 
QuestionArticulating Design Decisions: Have You Read it? Pin
raddevus7-Aug-23 12:45
mvaraddevus7-Aug-23 12:45 
AnswerRe: Articulating Design Decisions: Have You Read it? Pin
Sašo Mađarić8-Aug-23 7:39
Sašo Mađarić8-Aug-23 7:39 
SuggestionThe Constraint Pin
wmjordan6-Aug-23 20:45
professionalwmjordan6-Aug-23 20:45 
GeneralRe: The Constraint Pin
Sašo Mađarić6-Aug-23 23:04
Sašo Mađarić6-Aug-23 23:04 
AnswerSome notes Pin
Sergey Alexandrovich Kryukov7-Aug-23 4:24
mvaSergey Alexandrovich Kryukov7-Aug-23 4:24 
GeneralRe: Some notes Pin
wmjordan7-Aug-23 17:34
professionalwmjordan7-Aug-23 17:34 
AnswerRe: Some notes Pin
Sergey Alexandrovich Kryukov7-Aug-23 18:03
mvaSergey Alexandrovich Kryukov7-Aug-23 18:03 
AnswerRe: Some notes Pin
wmjordan8-Aug-23 22:03
professionalwmjordan8-Aug-23 22:03 
GeneralRe: Some notes Pin
Nelek9-Aug-23 3:36
protectorNelek9-Aug-23 3:36 
AnswerRoot cause Pin
Sergey Alexandrovich Kryukov9-Aug-23 3:46
mvaSergey Alexandrovich Kryukov9-Aug-23 3:46 
GeneralRe: Root cause Pin
wmjordan9-Aug-23 16:34
professionalwmjordan9-Aug-23 16:34 
AnswerNonverbal communication and body language Pin
Sergey Alexandrovich Kryukov10-Aug-23 12:51
mvaSergey Alexandrovich Kryukov10-Aug-23 12:51 
GeneralRe: Root cause Pin
wmjordan10-Aug-23 2:11
professionalwmjordan10-Aug-23 2:11 
AnswerA composite standard of product innovation procedure? Pin
Sergey Alexandrovich Kryukov10-Aug-23 13:31
mvaSergey Alexandrovich Kryukov10-Aug-23 13:31 
AnswerRe: A composite standard of product innovation procedure? Pin
wmjordan10-Aug-23 17:00
professionalwmjordan10-Aug-23 17:00 
AnswerMore notes on those two teams Pin
Sergey Alexandrovich Kryukov10-Aug-23 19:06
mvaSergey Alexandrovich Kryukov10-Aug-23 19:06 
GeneralRe: More notes on those two teams Pin
wmjordan10-Aug-23 22:05
professionalwmjordan10-Aug-23 22:05 
AnswerGood analysis. Negative reaction. Pin
Sergey Alexandrovich Kryukov11-Aug-23 6:47
mvaSergey Alexandrovich Kryukov11-Aug-23 6:47 
AnswerRe: Good analysis. Negative reaction. Pin
wmjordan11-Aug-23 16:32
professionalwmjordan11-Aug-23 16:32 
GeneralRe: Root cause Pin
wmjordan15-Aug-23 16:50
professionalwmjordan15-Aug-23 16:50 
AnswerRidiculous case story Pin
Sergey Alexandrovich Kryukov15-Aug-23 17:24
mvaSergey Alexandrovich Kryukov15-Aug-23 17:24 
GeneralRe: Ridiculous case story Pin
wmjordan20-Aug-23 3:06
professionalwmjordan20-Aug-23 3:06 
AnswerI would rather look at your role Pin
Sergey Alexandrovich Kryukov20-Aug-23 17:22
mvaSergey Alexandrovich Kryukov20-Aug-23 17:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.