Tag: design-pattern

Command Pattern

Understanding the Command Pattern: A design pattern that encapsulates requests as objects for flexible and maintainable code

Factory method pattern

Exploring the Factory Method Pattern: A design pattern that provides an interface for creating objects in a superclass, but allows subclasses to alter the type of objects that will be created

Strategy pattern

Exploring the concept of the Strategy pattern and its implementation in Kotlin

Factory pattern with typescript

Exploring the Factory Pattern in TypeScript: How to create flexible and maintainable user systems with a focus on extensibility and maintainability