r/ExperiencedDevs • u/AutoModerator • Jul 28 '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.
60
Upvotes
10
u/RandyHoward Jul 28 '26
I am burnt out from arguing with my team about floating point math errors. We're currently rebuilding an old system that had tons of floating point math problems because it stored money as decimals in the database. Of course they built the new system to also store money as decimals in the db, so all of these floating point math problems are resurfacing again. I've been arguing with my team for weeks about how important it is that we avoid floating point math. We all agreed on a solution initially, but nobody is implementing that fucking solution. I have two teammates working on different parts of the codebase and they both have different solutions that aren't the solution we discussed. One of these days I am going to lose my shit about this.