
Manage Frontend Status with Table-Driven Methods and State Pattern
The purpose of this article is to share a pattern to manage state branching logic in you component.
August 28, 20214 min read
Software Engineering
🧑🏻💻💭
The purpose of this article is to share a pattern to manage state branching logic in you component.
Decorator Pattern is a common and useful pattern. When you have several objects, functions or views, you can create a base form and decorate the base form with additional functionality.
Adapter Pattern is an easy-to-understand pattern in the GoF Design Patterns. As its name, Adapter Pattern transfer an incompatible interface to a compatible interface.
Learning GoF Design Pattern has been being my goal since I became a developer. Program to an interface, not implementation.