Mid GoF Patterns

Avoiding Conditional Statements:?

  • If you find yourself writing long if/else or switch statements to select

algorithms, the Strategy Pattern can help simplify and modularize your code.

More from Design Patterns in C#

All questions for this course