this post was submitted on 27 Sep 2024
605 points (97.2% liked)

Programmer Humor

19331 readers
1 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

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] vithigar@lemmy.ca 30 points 2 weeks ago (1 children)

Two and a half months is insane for a practical skills demonstration for a job interview. Those should be a couple of hours at most.

[–] fckreddit@lemmy.ml 9 points 2 weeks ago (3 children)

Perhaps the biggest joke was why they rejected me. Apparently I only used “basic concepts of object oriented programming.” I found that to be the best because using anything more advanced might diffuse the logic too much, something I didn’t like. But, no, they probably think I should use everything in “Clean Code” because they probably worship that book.

[–] jdeath@lemm.ee 10 points 2 weeks ago (2 children)

i hate that our profession has been overtaken by that snake oil. my goal is to some day fill my own development company with developers smart enough to see through that bullshit and reject it.

no leetcode interviews, no take home tests, no bullshit. what a dream. now if i could just stop getting scammed by clients who don’t pay...

[–] fckreddit@lemmy.ml 6 points 2 weeks ago

I am too poor to open a development company. But, if I ever did, I would want it to be employee owned, with employees having power to oust the entire executive team. Clients who don’t wanna pay are too fucking common.

[–] Anticorp@lemmy.world 1 points 2 weeks ago

I have never got a job that required a live coding challenge, yet I've worked for major Fortune 500 tech companies, and have advanced my career about as far as one can go. Thankfully there are plenty of jobs that evaluate your merit based on what you've done in the past, and what you know, instead of whether you magically know if they want recursion or not for a deep loop in some obscure coding challenge that has little in common with real world problem solving.

[–] vithigar@lemmy.ca 6 points 2 weeks ago (1 children)

"Clean" because all the code that does anything is split into countless three line "atomic functions" and buried under layers of observables and factories I bet.

[–] Anticorp@lemmy.world 1 points 2 weeks ago

Pointless abstraction is a tool to ensure repeat contracts by vendors, not a good coding standard.

[–] Brahvim@lemmy.kde.social 3 points 2 weeks ago (1 children)

As somebody switching to data-oriented design, ...

[–] fckreddit@lemmy.ml 2 points 2 weeks ago

They probably think only OOP is right.