Hacker News new | ask | show | jobs
by userbinator 1229 days ago
No, this isn't explicit enough:

    if users == []:
Nor is this:

    if (users == []) == True:
Nor is this:

    if ((users == []) == True) == True:
...

/s