• @[email protected]
    link
    fedilink
    210 months ago

    Broadly, this is a simple version of the Strategy Pattern, which is incredibly useful for making flexible software.

    In Python, the example given is basically the classic bodge attempt to emulate switch-case statements.