Hacker News new | ask | show | jobs
by drewblay 4525 days ago
>When I read:

> if name and pets and owners

>I have no intuitive idea of what that means, of what's going on in the program.

I agree with you, when I read that I think if name and pets and owners, what? All equal each other? Seems like an unfinished statement.

1 comments

Out of interest what language do you use? Coming from Perl, this seems pretty normal to me.