|
|
|
|
|
by another-dave
1227 days ago
|
|
Yes agreed but the trouble being that if you see "if not users", you've to second guess the intent of behind it. Is an empty list being routed to the else branch because it is an error in this instance or because it's an error in 90% of the codebase so the author forgot to handle it explicitly here? Or is the author always expecting users will be a full or empty list and that other falsy values will never occur? |
|