this post was submitted on 10 Jul 2023
10 points (70.8% liked)

General Programming Discussion

8715 readers
1 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 6 years ago
MODERATORS
top 6 comments
sorted by: hot top controversial new old
[–] thequickben@lemmy.ml 4 points 2 years ago (1 children)

I’ve passed on interviews in the past that require me to pick up an algorithms text book. The vast majority of people will never need to write code utilizing any of that. FAANG companies in particular are ridiculous for needing months of study to pass their interviews.

[–] mark@programming.dev 2 points 2 years ago* (last edited 2 years ago) (1 children)

I often wonder if FAANG's determination to find who can write the best algorithms backfires, and may be the reason a lot of the work they produce seems so over-engineered.

[–] yogthos@lemmy.ml -1 points 2 years ago

When your interview processes selects for people who like puzzles then you end up with people writing clever code that looks like a puzzle.

[–] gravitas_deficiency@sh.itjust.works 4 points 2 years ago (1 children)

Not to mention, even if we put aside relevance, the “sit down and solve this algorithm problem right now while I watch you” interview can be WAY harder for neurodivergent types, and imo (depending on how things are done), can effectively amount to discrimination.

[–] glibg10b@lemmy.ml 1 points 2 years ago (1 children)

Yup. I can't think when I'm nervous

hmmm… what actually is a linked list…?

Also, I have never once had to actually implement a linked list in my entire career, outside of a job interview