Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in state-pattern

state pattern C++

How to avoid downcast?

State Pattern C# with previous states

State Pattern: How the states of an object should transition when they're involved in complex processes?

The State Pattern seems to use a circular reference. Why is that okay?

How to unit test a state machine?

State pattern vs ENUM

State pattern and guard

How to persist objects which implement the State pattern?

Persisting the state pattern using Entity Framework

Who defines state transitions in the state pattern?

What is the difference between a state machine and the implementation of the state pattern?

How to use state pattern correctly?

How to implement a FSM - Finite State Machine in Java

What is the difference between Strategy design pattern and State design pattern?