Hacker News new | ask | show | jobs
by yummyfajitas 5073 days ago
Normally if I'm sending off a resume, I know it's probably going to be automatically filtered:

    if not resumeText.lowercase().find("postgresql"):
        reject()
(Too bad I only bothered to put "postgres" on there.)

If there is an automated code test, I know exactly how the filtering is going to work. I write code, it passes unit tests, no auto-reject.

Sounds like a win for me. Of course, unlike many applicants, I can actually write code that works.