DEV Community

Discussion on: Using the Strategy Pattern (Examples in C#)

Collapse
 
kylegalbraith profile image
Kyle Galbraith

Great write up Sam! This is one of my favorite programming patterns to use and it can be applied it a lot of different languages. I wrote a post about the strategy pattern as well if folks are looking for more examples.