Hi David,
Stateless is not an implementation of the GoF State pattern, its a library for implementing finite state machines. That said, if the control logic of the handle method that is governing the State object gets complicated, the FSM implementation provided by Stateless can be easier to implement and maintain.
For my own use, I tend to use Stateless when my branch logic written in if/then/else statements starts to go beyond 4 branches.
-g
--
---
You received this message because you are subscribed to the Google Groups "Stateless .NET State Machine Framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dotnet-state-machine-...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.