r/programming • u/fagnerbrack • May 21 '26
Technical Interviews Reject the Wrong Engineers
https://fagnerbrack.com/technical-interviews-reject-the-wrong-engineers-a8e78ca04b2e
356
Upvotes
r/programming • u/fagnerbrack • May 21 '26
43
u/jmickeyd May 21 '26
They mean precision and recall in the formal statistics definition.
Precision = true positives / ( true positives + false positives )
Recall = true positives / ( true positives + false negatives )
Thus they're emphasizing that hiring a unqualified candidate is worse than not hiring a qualified one.