Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XS✔ ◾ Create Separate Messages Rule #7368

Merged
merged 4 commits into from
Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion categories/communication/rules-to-better-im.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ index:
- you-make-the-email-readable-by-snipping-and-formatting-the-im-chat
- make-the-communication-more-efficient-by-referring-back-to-a-subject-of-an-email
- close-off-thread
- separate-messages
- keep-a-history-of-your-im-conversations
- better-late-than-never
- when-to-create-a-group-chat
Expand All @@ -36,4 +37,3 @@ index:
---

Whether you are chatting to a client on Teams or your friend on WeChat... These are the most common things that can improve your communication.

46 changes: 46 additions & 0 deletions rules/separate-messages/rule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
type: rule
title: Do you avoid grouping unrelated messages?
uri: separate-messages
authors:
- title: Tylah Kapa
url: https://www.ssw.com.au/people/tylah-kapa
created: 2023-11-30T20:52:37.996Z
guid: 01cc440f-7eff-49ca-a544-acbfd93e11f1
---
When messaging someone, it's often tempting to send a big block of text, instead of separating your thoughts into separate messages. But did you know that this can make your thoughts difficult to respond to?

<!--endintro-->

### Why separate messages?

* **Clarity** - Separating your messages makes them easier to digest.
* **Reducing hassle** - The people you are messaging will be able to respond or interact with each message separately.

::: greybox
Hey All!

I've followed up with Tiago on adding that new feature to SSW.Rules! See my email: SSW.Rules - New Feature

FYI - I spoke to Gordon, and he agrees that pizza is better than pasta! Thumbs up this message if you agree!

Also, I'm not sure that I'll be able to get my PBIs done for this Sprint...
:::
::: bad
Figure: Bad Example - This message contains many different subjects! It's informative, but hard to read, and respond to.
:::

::: greybox
Hey All!

I've followed up with Tiago on adding that new feature to SSW.Rules! See my email: SSW.Rules - New Feature
:::
::: greybox
FYI - I spoke to Gordon, and he agrees that pizza is better than pasta! Thumbs up this message if you agree!
:::
::: greybox
Also, I'm not sure that I'll be able to get my PBIs done for this Sprint...
:::
::: good
Figure: Good Example - Here, each message is separate, making them easily digestible and individually available for responses.
:::