1
AnonymousAnon
Bombed the take-home, got brutally honest feedback from the hiring manager anyway, and it changed how I write code now
#feedback#learning#take-home
Didn't get the job. Did get an email afterward that specifically said my solution worked but every function did three things at once and would've been a pain for anyone else on the team to touch. Nobody had ever told me this directly before, certainly not without softening it first. Went back and rewrote the whole take-home for practice, function by function, just to feel the difference. It's the most useful rejection I've gotten.
1 comment
- 0
AnonymousAnon Rare to get that kind of specific feedback after a rejection at all, most places just send the template. "Function does three things at once" is such a common note too — I've started asking myself what the one job of a function is before I even write the signature now.