this post was submitted on 11 Feb 2025
586 points (99.7% liked)
Programmer Humor
20735 readers
570 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
PM: "How long is developing this feature going to take?"
Me: "Due to all the refactoring that's needed --which I've been repeatedly bringing up for two years -- just to implement it, it's going to take about 6 months."
PM: "Is there any way you can have it ready for the release in two weeks?"
Me: "No."
PM: Proceeds to tell everyone that it will be ready for the release in two weeks.
Don't worry, it's not like crucial decisions such as whether or not you get to keep your job depend on the outcome...
https://www.youtube.com/watch?v=8xRqXYsksFg
Never let that accumulate for that long. Continuously do small refactors to improve the structure.
Always spend at least 20% of the time on stuff you know is necessary, but will never be prioritized by marketing heads.
This is the way.
Me: Oh. I didn't realize you were taking ownership of (complex code no one wants to be associated with). I've got diagrams I can send you.
Me: So you'll take over guiding maintenance on (complex source code no one wants to get near)? I can send you the backlog for your project plans...
Me: Oh. Sure. I will prioritize that feature, and I'll only do the bare minimum cleanup that can't be avoided, right now. (Which will turn out to be however much cleanup I damn well please, because their eyes glaze over if I explain it, anyway.)
Me: Gee whiz. Thanks for talking it through with me.
The programmer is the expert to make the decision on what’s necessary to implement a feature.
Exactly.