I don't believe Auto Save feature in any software

SagXD@lemm.ee to Programmer Humor@programming.dev – 822 points –
106

You are viewing a single comment

We can optimize this further:

unsatisfied = true
while(unsatisfied) {
    key.dispatch(
        Keyboard::Ctrl,
        Keyboard::s
    )
}

..No, there is no instance where unsatisfied changes state