this post was submitted on 23 Jan 2025
516 points (97.4% liked)

Programmer Humor

33090 readers
343 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
[–] [email protected] 39 points 1 week ago (1 children)

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

[–] [email protected] 18 points 1 week 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.

[–] [email protected] 6 points 6 days 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.

[–] [email protected] 1 points 6 days 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.

[–] [email protected] 1 points 6 days ago

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