• REDACTED@infosec.pub
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 days ago

    Correct 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