Comment on The Legends is among us
REDACTED@infosec.pub 21 hours agoCorrect me if I’m wrong, but the script works faster with nested IFs since if it fails at the first one, it won’t bother reading next ones, unless you kill/return from function.
All in all, this feels like readibility argument, not correctness or efficienty argument