• DigitalWebSlinger@lemmy.world
    cake
    link
    fedilink
    arrow-up
    2
    ·
    10 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.