kamranahmedse / design-patterns-for-humans

An ultra-simplified explanation to design patterns
45.45k stars 5.3k forks source link

added runtime decision to sorter #137

Closed LukasSchmid97 closed 1 year ago

LukasSchmid97 commented 1 year ago

The Strategy pattern should decide on the function used at runtime, whereas the provided example does so at compile time. Changed the setup to reflect a runtime decision.