Hacker News new | ask | show | jobs
by KMnO4 1896 days ago
I’m sure the algorithm isn’t checking “if (person.sex == male) { show_car_jobs(); }”,

But rather “if (person.likes_cars) { show_car_jobs(); }”.

2 comments

The question is it it's checking "if(person.sex != male) { person.likes_cars = false }".
Clearly, but you're entirely missing the point.