this post was submitted on 02 Aug 2024
326 points (97.1% liked)

Programmer Humor

36240 readers
163 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
top 16 comments
sorted by: hot top controversial new old
[–] [email protected] 46 points 10 months ago

Ah, "Explaining". There's your problem.

Lets have a checklist with supporting documentation, please~

[–] [email protected] 37 points 10 months ago (1 children)

My American self: Three WEEKS!?!?!!!?!!?

[–] [email protected] 23 points 10 months ago (1 children)

And believe it or not, we're still being exploited. Just not as badly as you guys are.

[–] [email protected] 2 points 10 months ago (1 children)

My 24 holidays are my 24 holidays, as long as I bill them 2 weeks (one sprint) on advance. Which part is exploited? (and also in what country, for legal reference)

[–] [email protected] 9 points 10 months ago (1 children)

I mostly mean the lack of proper universal healthcare that forces many workers in the us to use holidays for sick days. I was assuming that's the reason 3 weeks of holidays sounds outlandish to the original commenter.

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

I mean, it's also uncommon to actually get 15 holidays on your contract in the US

But how do people in your country get exploited, when they do get more holidays

[–] [email protected] 4 points 10 months ago

We get underpaid and an unreasonable amount of money still flows to shareholders etc. Essentially we still suffer from all the exploitation that comes with capitalism.

[–] [email protected] 29 points 10 months ago

Situations like this remind me of devs that talk at people, but not with them.

[–] [email protected] 21 points 10 months ago (1 children)

Leaving 3 weeks worth of senior work to a junior is your own damn fault.

[–] [email protected] 6 points 10 months ago

The meme doesn't say that happened

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

Came back to learn you created job security

FIFY

[–] [email protected] 1 points 10 months ago

Tomato tomayto

[–] [email protected] 4 points 10 months ago

Worst is redo it all

[–] [email protected] 3 points 10 months ago* (last edited 10 months ago)

They probably got stuff done, just not the things you left half implemented code for...

[–] [email protected] 3 points 10 months ago

Can't help but think of a "senior dev" "explaining" (hing: brain-dumping) some bizarre reasoning why his unusable untested undocumented untyped API uses floats for item counts or something, and expecting the "junior dev" to just nod and keep that in their mind and adapt to it.

(Instead of making every possible excuse not to work with that API and instead doing something else where they can make some progress without going insane.)

[–] [email protected] 2 points 10 months ago

Just started a new job last week. Ive been in the industry for 3 years so not completely junior but getting in to a new codebase is always rough. Especially when only 1 huge library file is documented, every component is cluttered af and most variables and parameter names are 1 character long.

Doesnt help that functions are 100 lines either when each the parameter names makes the logic incomprehensible.