this post was submitted on 13 Nov 2024
1665 points (95.9% liked)
Technology
59366 readers
5323 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I send code snippets, quote sections of linked documents, and provide in-line links pretty often, kind of like here on Lemmy. Slack isn't as nice as Markdown, but it's good enough, whereas Teams is a complete pain in in the butt and it completely butchers code blocks. That said, I'm a team lead, so I fairly frequently post about recent releases, security issues, or give cliff notes of recent meetings, so formatting for me matters quite a bit.
And for calls, we have multiple logical groups of people, such as:
And we have ad-hoc group chats where just a handful of people need to be involved, but they don't fit cleanly into one of the established groups above (e.g. project manager wants to know a rough estimate for an upcoming project).
Teams works fine, but I find it annoying to use.
Have you used teams for sending code recently?
I tested it last week and it worked pretty well and even featured syntax highlighting. From the very limited one time test I actually prefer the way teams handle code since it doesn't force you to use some kind of snippet.
Teams is also supposed to get better formatting and chats fairly soon. I will continue to use slack because I prefer it but it's nice that teams is at least getting better.
Yeah, it has gotten better since a year or so ago, but it still falls quite a bit short of Slack. Slack can do snippets or not, it's up to you.
And yeah, it's nice that it's getting better, especially since I'm forced to use it for work (and interviews, where bad code handling sucks).
You can do regular code blocks in Slack? I thought you only could do inline or in snippets.
We luckily use both at work.
Yup, it's the same as in Teams, but I think it formats better: use triple backticks.