@[email protected] to [email protected] • 1 year agoThe Python dictionary dispatch patternjamesg.blogexternal-linkmessage-square10fedilinkarrow-up130arrow-down10cross-posted to: [email protected]
arrow-up130arrow-down1external-linkThe Python dictionary dispatch patternjamesg.blog@[email protected] to [email protected] • 1 year agomessage-square10fedilinkcross-posted to: [email protected]
minus-square@DigitalWebSlingerlink2•1 year agoBroadly, 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.
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.