News

The strategy design pattern is a Gang-of-Four (GoF) design pattern. It is a behavioral pattern used to define a family of algorithms and encapsulate each of them inside a class.
Implementing Strategy Pattern and Callbacks in TypeScript. The TypeScript datatyping support not only applies to simple variables, it also supports you when doing clever things with functions.