Closed LukasSchmid97 closed 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.
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.