Strategy Design Pattern in Typescript
Mar 4, 2023 ยท 3 min read ยท Strategy Design Pattern defines a family of algorithms,encapsulates each one, and enables selecting an algorithm from the pool at runtime by using composition over inheritance. Algorithms are interchangeable, meaning that they are replaceable for eac...
Join discussion
