@[email protected] to [email protected] • 2 years 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] • 2 years agomessage-square10fedilinkcross-posted to: [email protected]
minus-square@DigitalWebSlingerlink2•2 years 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.