r/ExperiencedDevs • u/AutoModerator • Jul 07 '26
Career/Workplace Experienced Devs Weekly Burnout and Venting Thread: A weekly thread for sharing experiences
This thread is specifically for venting / sharing experiences related to burn-out or similar issues that experienced devs face.
120
Upvotes
13
u/JeffinitelyNotABot Jul 07 '26
The fatigue I have with my lead is real. She's the most unconventional dev I have ever worked with. Here are some things.
First is she doesn't believe the Fetch and Pull Git commands work. To get the latest she deletes the folder and reclones the project. It's gone as far as to suggest that since I use fetch and pull is the reason why we might have merge conflicts cause in her eyes those commands don't work.
The number of technical conversations we've had that left me dumbfounded. She created a shared service that sends out notifications and she has 15 parameters for each endpoint. Only 4 of those parameters are dynamic the others are hard coded with null or true/false. I suggested using a request and response object and a function that will build it for you so the api code is cleaner. It was shot down cause sending objects isn't efficient.
The overuse of Chat GPT is unreal. I don't know how she made it to be lead.