I think anyone who works for a big company, or at least most who do, will have experienced going to meetings that should’ve been e-mails?
Some of those probably shouldn’t have even been that. Like, for instance, yesterday’s all-departments show-and-tell meeting, where literally no departments had anything new to show.


We had a reorg about a year and a half ago. Before that, there was an app team, a web team and a backend team. Now there’s a webshop team and a website team, each containing app, web and backend people.
The web and app people have been complaining that whenever people from the other product talk about in daily doesn’t matter to them. That wastes 5 minutes a day of their time. So we had 4 retrospectives, 4 workshops and 3 discussion meetings on how to restructure the dailies to save time during daily. That’s about as much time as would be wasted over the course of maybe 200 dailies. We still don’t have a decent plan. The current idea is to split the dailies and have two dailies, and everyone who is not web or app (so backend, testers, product owner, team manager and UX designers) need to be in both dailies where all the announcements will be repeated twice.
We apparently don’t have bigger issues.
(And there’s me, backender, sitting there listening to both web and app people chatting away for 10 minutes a day about things like accessibility and layouting that really don’t matter for me, just barely listening in case someone mentions my name, so I can quickly scramble and act as if I was following along what they were saying.)
Accessibility is pretty important though, you personally also do benefit from it - and others especially so!
It sure is. But as a backend dev I have no part of my code that has anything to do with accessibility. It doesn’t touch my work in any way. Nothing I do will make the app that I don’t work on more or less accessible.
Office supplies are also pretty important and I personally also do benefit from them. But still it would not be very helpful to me or anyone else if I, as a software developer, attend a daily meeting on restocking office supplies.
(Not sure if you have a software development background or not, just in case you don’t: Software is usually split into backend and frontend. Frontend are e.g. apps and website, backend are the servers. Stuff like user interface, user experience and accessibility are firmly frontend things, while the backend supplies business data to the frontends, e.g. user account information, order history, product listings and so on. You could say the backend is responsible for “what” to dislay and the frontend is responsible for “how” to display stuff. Stuff like user interface, user experience or accessibility are firmly frontend topics and backend has nothing to do with them.)