• @DigitalWebSlinger
    link
    21 year 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.