this post was submitted on 09 Dec 2025
1080 points (99.5% liked)
Programmer Humor
27782 readers
1613 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Technical managers exist. Yes, it's a manager's responsibility to understand the field he's working in. He doesn't need to be a more skilled engineer, but he needs to understand what his/her people are saying.
It isn't enough to detect deliberate lies from an engineer like in this case.
There are ways to know. Did the manager ask for proof of concept? Asked for performance tests of the update and compared it to existing/baseline?
How can I know? Plus engineer could easily lie as he did it right from the start.
Of course don't just ask the engineer. Any piece of code written by the engineer should ultimately be tested by a separate testing team before getting pushed to production. Ideally you have a performance and regression testing team that would help evaluate the changes being introduced and how it compares with the existing.