🦦 chris_cadev notes

Search IconIcon to open search

Strategy pattern intent

Last updated July 27, 2022.

#tech/architecture #tech/programming #design-patterns


# Strategy pattern intent

Strategy is a behavioral design pattern that lets you define a family of algorithms, put each of them into a separate class, and make their objects interchangeable.

# References

# position

https://refactoring.guru/design-patterns/strategy 1st paragraph

# author

Refactoring.GURU.


Interactive Graph