this post was submitted on 23 Jan 2025
512 points (98.1% liked)

Programmer Humor

33031 readers
783 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] HStone32@lemmy.world 53 points 2 days ago (3 children)

I've heard an ex microsoft employee said in a blog once that the windows team has no seniors. Anyone who has worked there for one or two years has left for better employers. Nobody knows how to refactor or maintain old codebases, so instead, they just write new things on top of the old things. The windows kernel has hardly changed since XP.

[–] HiddenLayer555@lemmy.ml 2 points 1 day ago* (last edited 1 day ago) (1 children)

The windows kernel has hardly changed since XP.

Windows NNT when? Surely from a business/competition perspective they can't let Linux get that many years ahead of them in terms of kernel optimisations?

[–] FiskFisk33@startrek.website 1 points 1 day ago

thats what happens when short term profit is king I guess

[–] AdamBomb@lemmy.sdf.org 5 points 1 day ago

This sounds 100% credible, based on the outcomes we can see

[–] fushuan@lemm.ee 38 points 2 days ago (1 children)

This makes sense, most of that explanation in the screenshot reeks of novices working with something they don't understand.

[–] essteeyou@lemmy.world 18 points 2 days ago (1 children)

Copying and pasting a current example and changing the names... yep.

Instead of making it worse you could extract it to a new file. Make an interface. Write a unit test. Anything.

The guy wonders why the file is 15k lines long and then describes exactly why.

[–] zalgotext@sh.itjust.works 6 points 1 day ago (2 children)

Right? Like my dude, bare minimum at least write down those steps in a text document so you can reference it the next time you have to add something. Bonus points for putting it on some shared internal wiki or whatever Microsoft uses.

[–] IsoSpandy@lemm.ee 1 points 1 day ago

I don't think anybody gets paid enough to write that down. In fact, they might get punished for wasting company time. They could open source it and people would automatically fix these things. Who knows.

[–] AdamBomb@lemmy.sdf.org 1 points 1 day ago

Or write a tool that can do all these steps for you, reliably!