this post was submitted on 24 Oct 2023
367 points (96.9% liked)

Programmer Humor

31214 readers
1192 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS
 
top 10 comments
sorted by: hot top controversial new old
[–] [email protected] 53 points 8 months ago (2 children)

“I could rewrite this in a week!”

~ junior dev, 3 months ago

[–] [email protected] 29 points 8 months ago (1 children)

I just had a Jr dev do this to me. Came in, so bold, and said our patterns were stupid. Told him no, while there are things to improve it's not worth the effort to rewrite hundreds of classes over a personal preference.

Of course when he inevitably brought it up again, I told him okay, schedule with our architect, that's how things work after all for major rewrites. Man, was that meeting entertaining.

Kids, we know it could be better. But we also know things like level of effort and value. Your CS330 patterns are really cool, we know them too. But we aren't going to build them.

[–] dylanTheDeveloper 16 points 8 months ago* (last edited 8 months ago) (1 children)

No no you see if we ditch QT we can create our own widgets in open GL it would be less overhead trust me bru

[–] [email protected] 22 points 8 months ago

Oh god this was a trigger. Had one guy just casually demand that we change our middleware layers out because it would be "more performant". Our middleware that was rock solid, never had any issues, and no one ever noticed. He brought up how it would shave so much time, like maybe a ms or 2 when I read through what he proposed. Sure, let's just throw out what's been working for years without issue for a new, untested version that will take weeks to dev and test for a payout of 2 ms per request.

[–] [email protected] 9 points 8 months ago

3 years later, hands unfinished work to junior dev after the system they re-invented has also become obsolete

[–] [email protected] 15 points 8 months ago

Want some spaghetti boy? Its actually just one really long spaghetti, we call it proceduroni solo.

[–] [email protected] 13 points 8 months ago (1 children)

Is the title a Terry Davis reference?

[–] [email protected] 6 points 8 months ago
[–] mr_tyler_durden 11 points 8 months ago

Dealing with this now at work. Got a dev whose time in the industry should make him a senior dev but he gives off massive junior vibes.

  • The need to change everything he touches

  • Wanting to write clever code over straightforward code

  • Everything “needs” a refactor

  • Just deprecates things when he doesn’t want to learn them and writes a new implementation without updating old code

  • Thinks he knows best while not understanding huge swaths of the codebase

  • Everything he can’t understand in <5 min is stupid and wrong

If he was less competent (when kept in a box and closely monitored) I’d be pushing even harder to get rid of him.

[–] dylanTheDeveloper 4 points 8 months ago

Me when the C code has std's and children to slay