|
|
|
|
|
by lsadam0
3031 days ago
|
|
> I really don't like state machines because if you need to add a new event, each of the states need to be updated to handle that event. If you add a new state, you have to figure out how to handle each of the transitions from other states You still have to do all this without state machines, but likely in a less organized and harder to maintain way. |
|